fix NodeChurnSpec tombstones, #23369
* the gossip was growing because we introduced tombstones * in this test it should be safe to have a short removal period of the tombstones
This commit is contained in:
parent
b86b10c477
commit
699c78f959
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ object NodeChurnMultiJvmSpec extends MultiNodeConfig {
|
|||
commonConfig(debugConfig(on = false).
|
||||
withFallback(ConfigFactory.parseString("""
|
||||
akka.cluster.auto-down-unreachable-after = 1s
|
||||
akka.cluster.prune-gossip-tombstones-after = 1s
|
||||
akka.remote.log-frame-size-exceeding = 1200b
|
||||
akka.remote.artery.advanced {
|
||||
idle-cpu-level = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue