First of all congratulations on the new 3.0 release! Much improved clustering with auto-failover, Velocypack, persistent indexes, etc are all great new features.
Unfortunately I'm having several issues getting the new clustering working. As discussed in an earlier post, I'm interested in setting up an ArangoDB cluster with docker images, not relying on Mesos at all (https://groups.google.com/forum/#!topic/arangodb/WHedmT2mkoE) Max promised to publish a blog post on this shortly after the release, so I hope it is coming soon ;-) The documentation already has a (small) chapter on setting up an ArangoDB 3 cluster, so I decided to try it out. (https://docs.arangodb.com/3.0/Manual/Deployment/Local.html) However, I'm having several issues getting it working. When I start multiple agents, they are randomly crashing (they exit without any errors) After restarting the crashed agent(s) until they all stay up (don't crash anymore), I'm starting the first DBServer However, it hangs on the following line: arangod --server.authentication=false --server.endpoint tcp://0.0.0.0:8529 --cluster.my-address tcp://127.0.0.1:8529 --cluster.my-local-info db1 --cluster.my-role PRIMARY --cluster.agency-endpoint tcp://127.0.0.1:5001 primary1 2016-06-26T15:37:06Z [31640] INFO using SSL options: SSL_OP_CIPHER_SERVER_PREFERENCE, SSL_OP_TLS_ROLLBACK_BUG Any ideas what could be wrong here? Why are the agents crashing and why is the primary server hanging during startup? I tried on several Linux based systems, running Linux Mint 17.3 x64 with 8 GB RAM Bart -- You received this message because you are subscribed to the Google Groups "ArangoDB" 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.
