Merge pull request #18263 from akka/wip-17750-expected-response-after-patriknw
=rem,clu #17750 Decrease default expected-response-after
This commit is contained in:
commit
a0bee97f26
4 changed files with 5 additions and 5 deletions
|
|
@ -146,9 +146,9 @@ akka {
|
|||
monitored-by-nr-of-members = 5
|
||||
|
||||
# After the heartbeat request has been sent the first failure detection
|
||||
# will start after this period, even though no heartbeat mesage has
|
||||
# will start after this period, even though no heartbeat message has
|
||||
# been received.
|
||||
expected-response-after = 5 s
|
||||
expected-response-after = 1 s
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class ClusterConfigSpec extends AkkaSpec {
|
|||
GossipTimeToLive should ===(2 seconds)
|
||||
HeartbeatInterval should ===(1 second)
|
||||
MonitoredByNrOfMembers should ===(5)
|
||||
HeartbeatExpectedResponseAfter should ===(5 seconds)
|
||||
HeartbeatExpectedResponseAfter should ===(1 seconds)
|
||||
LeaderActionsInterval should ===(1 second)
|
||||
UnreachableNodesReaperInterval should ===(1 second)
|
||||
PublishStatsInterval should ===(Duration.Undefined)
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@ akka {
|
|||
# After the heartbeat request has been sent the first failure detection
|
||||
# will start after this period, even though no heartbeat mesage has
|
||||
# been received.
|
||||
expected-response-after = 3 s
|
||||
expected-response-after = 1 s
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class RemoteConfigSpec extends AkkaSpec(
|
|||
|
||||
WatchFailureDetectorImplementationClass should ===(classOf[PhiAccrualFailureDetector].getName)
|
||||
WatchHeartBeatInterval should ===(1 seconds)
|
||||
WatchHeartbeatExpectedResponseAfter should ===(3 seconds)
|
||||
WatchHeartbeatExpectedResponseAfter should ===(1 seconds)
|
||||
WatchUnreachableReaperInterval should ===(1 second)
|
||||
WatchFailureDetectorConfig.getDouble("threshold") should ===(10.0 +- 0.0001)
|
||||
WatchFailureDetectorConfig.getInt("max-sample-size") should ===(200)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue