[
https://issues.apache.org/jira/browse/FLINK-32994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-32994:
----------------------------------
Fix Version/s: (was: 1.19.0)
> LeaderElectionDriver.toString() is not implemented
> --------------------------------------------------
>
> Key: FLINK-32994
> URL: https://issues.apache.org/jira/browse/FLINK-32994
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.18.0, 1.19.0
> Reporter: Matthias Pohl
> Assignee: Matthias Pohl
> Priority: Critical
> Labels: pull-request-available, starter
> Fix For: 1.18.0
>
>
> We noticed in FLINK-32678 that the {{toString()}} method of
> {{LeaderElectionDriver}} wasn't implemented with the FLINK-26522 changes. The
> legacy implementations actually provided a proper implementation. The
> {{MultipleComponentLeaderElectionDriver}} implementations (which we reused
> in FLINK-26522) didn't provide such a method.
> See
> [ZooKeeperLeaderElectionDriver.toString()|https://github.com/apache/flink/blob/release-1.17/flink-runtime/src/main/java/org/apache/flink/runtime/leaderelection/ZooKeeperLeaderElectionDriver.java#L236]
> and
> [KubernetesLeaderElectionDriver.toString()|https://github.com/apache/flink/blob/release-1.17/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/highavailability/KubernetesLeaderElectionDriver.java#L257]
> for comparison.
> I'm marking this as a critical because it's a regression. But I'm not marking
> it as a blocker because it's only affecting the log output.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)