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:
Patrik Nordwall 2012-08-14 13:55:22 +02:00
parent 2c6f482b85
commit d7b0089d7e
3 changed files with 44 additions and 35 deletions

View file

@ -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