graphaware / neo4j-uuid

GraphAware Runtime Module that assigns a UUID to all nodes (and relationships) in the graph transparently
103 stars 22 forks source link

Causal Cluster integration: uuid find* procedures in read-mode #38

Closed omarlarus closed 7 years ago

omarlarus commented 7 years ago

The findNode and findRelationship procedures didn't work on FOLLOWER and REPLICA because they used a DataWriteOperation (see LegacyIndexer). Now, using kernel API, they are in read-only mode, so they can be used in all the instances of the cluster.

PROPOSAL: convert the procedures into user-defined-function

omarlarus commented 7 years ago

The error is linked with per PR https://github.com/graphaware/neo4j-framework/pull/64 The 3.1.1.45-SHAPSHOT version of framework doesn't contain the PR.