Hello, I have problems with distributed mode and local clusters.
- [node1] create class Test1 extends V - [node1] create vertex Test1 => OK, created in cluster test1 - [node2] create vertex Test1 => OK, created in cluster test1 (local cluster is not yet created, I don't know why) - [node2] restarted the console - [node2] create vertex Test1 => KO: "OException: Cannot find best clusters for class 'Test1'. ClusterStrategy=local" - [node2] restarted server => local cluster created with name "test1_node2" - [node2] create vertex Test1 => OK, create in cluster test1_node2 So I see two problems: - The local clusters are created after a reboot of the server only - Before the reboot, the behavior has some problems Thanks -- --- 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.
