|
I am using the 1.9 M03 version of Neo4j and the neo4j.rb gem for jruby and I have Neo4j HA mode active with 3 machines configured: Instance 1 is responsible to create nodes/relationships through neo4j.rb gem for jruby load.rb
Instance 2 is the web server, basically would be the front-end for Neo4j data. neo4j-server.properties
neo4j.properties
Instance 3 is responsible for nodes/relationships deletion through neo4j.rb gem for jruby. remove.rb
The load process (nodes/relationships creation) seems fine but the big problem is that I am not able to remove the nodes and relations with the script remove.rb (but cypher query runs OK in Neo4j WebAdmin). It also seems that data synchronization is not being done well among the various local cluster machines, what am I doing wrong? Am I doing something wrong in the cluster configuration? |
Thanks in advance.
Not totally sure but are you able to insert data so it is visible on all 3 instances? It might be that there are actually 2 clusters established?
Do you have the logs? Also, could you please upgrade to 1.9 GA?
/peter
Sent from mobile device.
Hi guys, someone to give some hint about that?
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.