zentol commented on code in PR #22404:
URL: https://github.com/apache/flink/pull/22404#discussion_r1201787892


##########
flink-runtime/src/main/java/org/apache/flink/runtime/highavailability/AbstractHaServices.java:
##########
@@ -240,13 +241,13 @@ public CompletableFuture<Void> globalCleanupAsync(JobID 
jobID, Executor executor
                 executor);
     }
 
-    private LeaderElectionService createLeaderElectionService(String 
leaderName) throws Exception {
+    private LeaderElection createLeaderElectionService(String leaderName) 
throws Exception {

Review Comment:
   rename to `createLeaderElection`? Although it does a bit more...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to