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
Comment by AdrienLemaire Tuesday Dec 07, 2021 at 06:43 GMT
@conker84@fbiville@JMHReif@jexp
Hi, I've just stumbled against this issue.
After setting a trigger in my local environment, I failed to deploy this feature to the neo4j cluster environment, and realized that only the system leader allows for apoc.trigger.add when my db leader is on another node.
I wish the documentation mentioned that triggers aren't yet supported on clusters.
What are the couple of options available ? Is there anything I can do to get triggers to work in my cluster and not throw away all the work involving neo4j triggers I'm trying to release ?
Issue by conker84
Thursday Sep 02, 2021 at 14:11 GMT
Originally opened as neo4j-contrib/neo4j-apoc-procedures#2194
Related to (#2193) in a cluster env the
systemdb
can have aLEADER
in a different instance where the actualcall apoc.trigger.add
happened.We have a couple of options here but I need to discuss them with @fbiville @JMHReif & @jexp
The text was updated successfully, but these errors were encountered: