#3655 clu Stop sending EndHeartbeat after ack

This commit is contained in:
Patrik Nordwall 2013-10-10 11:14:21 +02:00
parent 6f89d346ec
commit 16e0388fe0

View file

@ -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)
}
}