-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apoc Trigger in "Phase: After" Never Ends #99
Comments
Comment by hikemachado I`m facing similar issue. trigger definition:
Versions
|
Comment by saibhaskerraju Hi All,
and this is the basic query I am writing
I have two scenarios I am running version 4.0.6 and apoc 4.0.0.15 Can someone please let me know what I am missing here. |
Comment by magaton I have exactly the same problem. |
Comment by vga91 @leandrogalrinho |
Issue by leandrogalrinho
Thursday Mar 19, 2020 at 16:10 GMT
Originally opened as neo4j-contrib/neo4j-apoc-procedures#1453
Hello,
I've ran into an unexpected behavior and can't figure out what's the source of it. I'm using apoc 3.5.0.9, and I'm trying to have a trigger in "phase: after" that creates a relationship with the node that has been updated with some other node, but this causes the trigger to never end. However, if the trigger is in "phase: before" it all goes as expected.
Expected Behavior
The trigger is supposed to catch the update event and, after the transaction that updates the _executed property commits, it creates a new relationship with the updated node and a new node.
Actual Behavior
However, unless I terminate the query this never seems to end and will leave the graph in the same state it was before the update, except that the _executed property was indeed updated... But neither the node or the new relation is created.
How to Reproduce the Problem
Simple Dataset
Steps
Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: