You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/11 07:59:08 UTC

[GitHub] tillrohrmann commented on a change in pull request #7385: [hotfix]Fix some logging statements which can not correctly record the behaviors

tillrohrmann commented on a change in pull request #7385: [hotfix]Fix some logging statements which can not correctly record the behaviors
URL: https://github.com/apache/flink/pull/7385#discussion_r255402437
 
 

 ##########
 File path: flink-runtime/src/main/java/org/apache/flink/runtime/highavailability/nonha/leaderelection/SingleLeaderElectionService.java
 ##########
 @@ -171,7 +171,7 @@ public boolean hasLeadership(@Nonnull UUID leaderSessionId) {
 	}
 
 	void errorOnGrantLeadership(LeaderContender contender, Throwable error) {
-		LOG.warn("Error notifying leader listener about new leader", error);
+		LOG.warn("Error granting leadership to contender", error);
 
 Review comment:
   LGTM.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services