Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The FLIP-285 work separated the driver lifecycle from the contender lifecycle. Now, a contender can be removed but the driver could still be running. Error could be produced on the driver's side. The DefaultLeaderElectionService would try to forward the error to the contender. With not contender being registered, the error would be swallowed.
We should add a fallback error handler for this specific case.
Attachments
Issue Links
- links to