Support concurrent startup of seed nodes, see #2270
* Implemented the startup sequence of seed nodes as described in #2305 * Test that verifies concurrent startup of seed nodes
This commit is contained in:
parent
2c6f482b85
commit
d7b0089d7e
3 changed files with 44 additions and 35 deletions
|
|
@ -22,7 +22,7 @@ import akka.actor.RootActorPath
|
|||
object MultiNodeClusterSpec {
|
||||
def clusterConfig: Config = ConfigFactory.parseString("""
|
||||
akka.cluster {
|
||||
auto-join = off
|
||||
auto-join = on
|
||||
auto-down = off
|
||||
gossip-interval = 200 ms
|
||||
heartbeat-interval = 400 ms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue