Removing the naught default in code of the failure detector and changed so that the AccrualFailureDetectors constructor matches what the instantiator expects
This commit is contained in:
parent
063c260615
commit
9b73d75c1b
5 changed files with 11 additions and 16 deletions
|
|
@ -18,7 +18,7 @@ class ClusterConfigSpec extends AkkaSpec {
|
|||
import settings._
|
||||
FailureDetectorThreshold must be(8.0 plusOrMinus 0.0001)
|
||||
FailureDetectorMaxSampleSize must be(1000)
|
||||
FailureDetectorImplementationClass must be(None)
|
||||
FailureDetectorImplementationClass must be(classOf[AccrualFailureDetector].getName)
|
||||
FailureDetectorMinStdDeviation must be(100 millis)
|
||||
FailureDetectorAcceptableHeartbeatPause must be(3 seconds)
|
||||
NodeToJoin must be(None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue