=doc #17329 Fixed and normalized spellings in ScalaDoc and comments
This commit is contained in:
parent
10f039f70d
commit
bc791eb86c
77 changed files with 100 additions and 100 deletions
|
|
@ -343,7 +343,7 @@ trait MultiNodeClusterSpec extends Suite with STMultiNodeSpec with WatchedByCoro
|
|||
*/
|
||||
def markNodeAsUnavailable(address: Address): Unit = {
|
||||
if (isFailureDetectorPuppet) {
|
||||
// before marking it as unavailble there should be at least one heartbeat
|
||||
// before marking it as unavailable there should be at least one heartbeat
|
||||
// to create the FailureDetectorPuppet in the FailureDetectorRegistry
|
||||
cluster.failureDetector.heartbeat(address)
|
||||
failureDetectorPuppet(address) foreach (_.markNodeAsUnavailable())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue