Handles handover done message in state oldest #29215 (#29216)

This commit is contained in:
Nicolas Vollmar 2021-06-08 14:36:13 +02:00 committed by GitHub
parent 3da5c2bdd0
commit 3a96f06e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -973,6 +973,10 @@ class ClusterSingletonManager(singletonProps: Props, terminationMessage: Any, se
case None =>
tryAcquireLease()
}
case Event(HandOverDone, _) =>
// nothing to do
stay()
}
when(WasOldest) {