You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: com.arcadedb.exception.DuplicatedKeyException: Duplicated key [1234] found on index 'User[id]' already assigned to record #7:0
at com.arcadedb.database.TransactionIndexContext.checkUniqueIndexKeys(TransactionIndexContext.java:344)
at com.arcadedb.database.TransactionIndexContext.checkUniqueIndexKeys(TransactionIndexContext.java:379)
at com.arcadedb.database.TransactionIndexContext.commit(TransactionIndexContext.java:161)
at com.arcadedb.database.TransactionContext.commit1stPhase(TransactionContext.java:569)
at com.arcadedb.database.TransactionContext.commit(TransactionContext.java:121)
at com.arcadedb.database.LocalDatabase.lambda$commit$2(LocalDatabase.java:397)
at com.arcadedb.database.LocalDatabase.executeInReadLock(LocalDatabase.java:1415)
at com.arcadedb.database.LocalDatabase.commit(LocalDatabase.java:392)
at com.arcadedb.integration.importer.format.JSONImporterFormat.parseRecords(JSONImporterFormat.java:142)
at com.arcadedb.integration.importer.format.JSONImporterFormat.load(JSONImporterFormat.java:95)
at com.arcadedb.integration.importer.Importer.loadFromSource(Importer.java:107)
at com.arcadedb.integration.importer.Importer.load(Importer.java:54)
The JSON importer doesn't merge the records in case they already exist.
To reproduce execute:
Error:
Dataset:
The text was updated successfully, but these errors were encountered: