Hello, I'm trying to experiment with OrientDB (community 2.0-M3) in distributed mode, but I have a lot of issues, could you tell me if it is supposed to be stable ?
Here is what I have done and what are the results: - I started 2 servers/nodes in distributed mode (named node1 and node2) - I created a class named C3 from node1 (corresponding cluster created with id 32) - I created a vertex of C3 from node1 => OK, vertex created with id #32:0 - I created a vertex of C3 from node 2 => vertex created with id #32:1 (I thought it was supposed to be created in a local cluster on node2?) - At this point, class C3 still has only one cluster (c3 with id 32) - I restarted node1 and/or node2 (don't remember) and also one/all the console(2) I was connected one - I listed the clusters, now C3 has 3 clusters ! (c3 with id 32, c3_node1 with id 34, c3_node2 with id 33) - I created a vertex of C3 from node 2 => vertex created with id #34:0 ! (cluster id is the local cluster of node1 !) Am I missing something very basic or is there some bugs in this version ? Before this scenario, I also add some exceptions so I was not able to create vertices from node2 (problem with a cluster that was not associated to the correst class of something like that) Thanks for your help ! Stéphane -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
