#3655 clu Stop sending EndHeartbeat after ack
This commit is contained in:
parent
6f89d346ec
commit
16e0388fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ private[cluster] final class ClusterHeartbeatSender extends Actor with ActorLogg
|
|||
}
|
||||
|
||||
def ackEndHeartbeat(from: Address): Unit = {
|
||||
state.removeEnding(from)
|
||||
state = state.removeEnding(from)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue