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:
commit
a4e27aaea6
7 changed files with 53 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue