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
I discovered this when trying to merge nodes using apoc.refactor.mergeNodes procedure.
If a node I'm merging has a relationship of type with a unique constraint, then the merger operation fails with IndexEntryConflictException.
@michalkurzeja thanks for the, well written, report and sorry for the inconvenience! A fix is on the way, I discovered that this is not the only refactor procedure that suffers from this bug.
I discovered this when trying to merge nodes using
apoc.refactor.mergeNodes
procedure.If a node I'm merging has a relationship of type with a unique constraint, then the merger operation fails with
IndexEntryConflictException
.Neo4j Version: 5.25.1 + APOC 5.25.1
Operating System: macOS 15.1.1
API: Docker
Steps to reproduce
n1
andn3
:Expected behavior
Nodes are merged and we're left with:
(n1)-[r1]->(n2)
(n1)-[r2]->(n4)
This is what happens if
foo_uniq
constraint is not present.Actual behavior
The query returns:
The text was updated successfully, but these errors were encountered: