Fix "attmpts" typo
This commit is contained in:
parent
a9efcf7098
commit
b89008bdaf
1 changed files with 1 additions and 1 deletions
|
|
@ -1408,7 +1408,7 @@ private[cluster] final class JoinSeedNodeProcess(seedNodes: immutable.IndexedSeq
|
|||
case ReceiveTimeout ⇒
|
||||
if (attempt >= 2)
|
||||
log.warning(
|
||||
"Couldn't join seed nodes after [{}] attmpts, will try again. seed-nodes=[{}]",
|
||||
"Couldn't join seed nodes after [{}] attempts, will try again. seed-nodes=[{}]",
|
||||
attempt, seedNodes.filterNot(_ == selfAddress).mkString(", "))
|
||||
// no InitJoinAck received, try again
|
||||
self ! JoinSeedNode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue