Matthias Pohl created FLINK-30788: ------------------------------------- Summary: Refactor redundant code in AbstractHaServices Key: FLINK-30788 URL: https://issues.apache.org/jira/browse/FLINK-30788 Project: Flink Issue Type: Sub-task Components: Runtime / Coordination Affects Versions: 1.17.0 Reporter: Matthias Pohl
{{AbstractHaServices.createLeaderElectionService}} returns {{{}LeaderElectionService{}}}. All implementations return {{{}DefaultLeaderElectionService{}}}. The actual implementation-specific code creates the {{{}LeaderElectionDriverFactory{}}}. We can remove the redundant code here. -- This message was sent by Atlassian Jira (v8.20.10#820010)