Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This is a responsibility of replication group to notify the placement driver about becoming inoperable, for example, about majority loss in case of Raft. The corresponding message should be sent from leaseholder to placement driver so that the placement driver would not prolong the lease for this leaseholder automatically.
As the replica may not know about the actual active actor of placement driver, it should send the message to every node in placement driver group. On the placement driver side, there may be no active actor at the moment. In this case, the replica should wait for next lease prolongation (which means that active actor has appeared) and after that repeat the messages to placement driver group.
The active actor should send LeaseGrantMessage for this leaseholder, which should, in the same way as while initial lease granting process, wait for group operability to send response.
Attachments
Issue Links
- is blocked by
-
IGNITE-19390 Handling lease deny message in placement driver side
- Resolved
- links to