Merge pull request #550 from akka/wip-2066-phi-patriknw

Improve phi in AccrualFailureDetector, see #2066
This commit is contained in:
patriknw 2012-06-20 02:24:42 -07:00
commit 09e92b6bd9
7 changed files with 363 additions and 151 deletions

View file

@ -395,7 +395,7 @@ abstract class TransitionSpec
seenLatestGossip must be(Set(fifth))
}
testConductor.enter("after-second-unavailble")
enterBarrier("after-second-unavailble")
// spread the word
val gossipRound = List(fifth, fourth, third, first, third, fourth, fifth)
@ -413,7 +413,7 @@ abstract class TransitionSpec
awaitMemberStatus(second, Down)
}
testConductor.enter("after-second-down")
enterBarrier("after-second-down")
// spread the word
val gossipRound2 = List(third, fourth, fifth, first, third, fourth, fifth)