Matthias Pohl created FLINK-32504: ------------------------------------- Summary: DefaultLeaderElectionService#running field can be removed Key: FLINK-32504 URL: https://issues.apache.org/jira/browse/FLINK-32504 Project: Flink Issue Type: Sub-task Components: Runtime / Coordination Affects Versions: 1.18.0 Reporter: Matthias Pohl
The running property of {{DefaultLeaderElectionService}} can be removed. The same functionality can be reflected through {{leaderElectionDriver != null && !leadershipOperationExecutor.isShutdown()}} -- This message was sent by Atlassian Jira (v8.20.10#820010)