Merge pull request #560 from akka/wip-2267-seed-before-singleton-patriknw

Join seed nodes before becoming singleton cluster, see #2267
This commit is contained in:
patriknw 2012-06-26 04:19:48 -07:00
commit a4e27aaea6
7 changed files with 53 additions and 30 deletions

View file

@ -16,7 +16,9 @@ object JoinSeedNodeMultiJvmSpec extends MultiNodeConfig {
val ordinary1 = role("ordinary1")
val ordinary2 = role("ordinary2")
commonConfig(debugConfig(on = false).withFallback(MultiNodeClusterSpec.clusterConfig))
commonConfig(debugConfig(on = false).
withFallback(ConfigFactory.parseString("akka.cluster.auto-join = on")).
withFallback(MultiNodeClusterSpec.clusterConfig))
}
class JoinSeedNodeMultiJvmNode1 extends JoinSeedNodeSpec with FailureDetectorPuppetStrategy