WencongLiu commented on code in PR #22341:
URL: https://github.com/apache/flink/pull/22341#discussion_r1297920162


##########
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMasterServiceLeadershipRunner.java:
##########
@@ -376,7 +376,7 @@ private void confirmLeadership(
                                     LOG.debug("Confirm leadership {}.", 
leaderSessionId);
                                     
leaderElection.confirmLeadership(leaderSessionId, address);
                                 } else {
-                                    LOG.trace(
+                                    LOG.debug(
                                             "Ignore confirming leadership 
because the leader {} is no longer valid.",
                                             leaderSessionId);
                                 }

Review Comment:
   These codes have been replaced by `runIfValidLeader`.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to