[
https://issues.apache.org/jira/browse/FLINK-32413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl resolved FLINK-32413.
-----------------------------------
Fix Version/s: 1.18.0
Resolution: Fixed
master: 14480c8ce4f6cd8f0f918f33d5662b7c62be8933
> Add fallback error handler to DefaultLeaderElectionService
> ----------------------------------------------------------
>
> Key: FLINK-32413
> URL: https://issues.apache.org/jira/browse/FLINK-32413
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Coordination
> Reporter: Matthias Pohl
> Assignee: Matthias Pohl
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.18.0
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)