increase timeout in MultiDcSplitBrainSpec
* due to handshake timeout reduce handshake timeout fourth might generate UnreachableDataCenter in unsplit MultiDcClusterSharding
This commit is contained in:
parent
dc75c4f818
commit
6bfb7c9262
2 changed files with 9 additions and 4 deletions
|
|
@ -55,7 +55,9 @@ object MultiDcClusterShardingSpecConfig extends MultiNodeConfig {
|
|||
val fourth = role("fourth")
|
||||
|
||||
commonConfig(ConfigFactory.parseString(s"""
|
||||
akka.loglevel = INFO
|
||||
# DEBUG because of failing test, issue #23582
|
||||
akka.loglevel = DEBUG
|
||||
akka.cluster.debug.verbose-heartbeat-logging = on
|
||||
akka.actor.provider = "cluster"
|
||||
akka.remote.log-remote-lifecycle-events = off
|
||||
akka.cluster.auto-down-unreachable-after = 0s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue