Re: [akka-user] Graceful method to shutdown akka cluster

2017-02-04 Thread Patrik Nordwall
You mean rolling upgrade? Stop a few nodes add new nodes, stop some more, and so on? It's possible with Cluster.leave and such in Akka 2.4 but we have done major improvements in this area for upcoming 2.5. You can try 2.5-M1.

[akka-user] Graceful method to shutdown akka cluster

2017-02-04 Thread Dai Yinhua
Hi team, What is the graceful method to shutdown akka cluster? If I have an akka cluster with 20 nodes and each nodes starts 3 jvm process for actorsystem. How can I gracefully shutdown the whole cluster for upgrading. Thank you. -- >> Read the docs: http://akka.io/docs/

Re: [akka-user] Config Akka application.conf unit test

2017-02-04 Thread Politrons
I already had applicaiton.conf and reference.conf in that folder, but I did not pull yet In both conf files I have akka.persistence { journal.plugin = "inmemory-journal" snapshot-store.plugin = "inmemory-snapshot-store" } Still when I run the object app the Akka exception says Caused by:

Re: [akka-user] Config Akka application.conf unit test

2017-02-04 Thread Konrad Malawski
You're missing src/main/reference/application.conf https://github.com/politrons/Akka/pull/1 Please read: http://doc.akka.io/docs/akka/current/general/configuration.html and https://github.com/typesafehub/config Happy hakking -- Konrad `ktoso` Malawski Akka @ Lightbend