Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.18.0, 1.19.0
Description
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() and KubernetesLeaderElectionDriver.toString() 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.
Attachments
Issue Links
- Discovered while testing
-
FLINK-32678 Release Testing: Stress-Test to cover multiple low-level changes in Flink
- Resolved
- is caused by
-
FLINK-26522 FLIP-285: Refactoring code for multiple component leader election
- Resolved
- links to