Don't replace the active connection with a passive one. See #2654
This commit is contained in:
parent
3c946cc8f0
commit
41ecd4749c
2 changed files with 4 additions and 14 deletions
|
|
@ -104,7 +104,7 @@ abstract class MultiNodeConfig {
|
|||
else ConfigFactory.empty
|
||||
|
||||
val configs = (_nodeConf get myself).toList ::: _commonConf.toList ::: transportConfig :: MultiNodeSpec.nodeConfig :: MultiNodeSpec.baseConfig :: Nil
|
||||
configs reduce (_ withFallback _)
|
||||
configs reduceLeft (_ withFallback _)
|
||||
}
|
||||
|
||||
private[testkit] def deployments(node: RoleName): immutable.Seq[String] = (_deployments get node getOrElse Nil) ++ _allDeploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue