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 2020/04/15 06:59:07 UTC

[GitHub] [flink] ifndef-SleePy commented on a change in pull request #11742: [FLINK-16770][checkpoint] Avoid dispose checkpoint during async finalization of pendingcheckpoint

ifndef-SleePy commented on a change in pull request #11742: [FLINK-16770][checkpoint] Avoid dispose checkpoint during async finalization of pendingcheckpoint
URL: https://github.com/apache/flink/pull/11742#discussion_r408605684
 
 

 ##########
 File path: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/PendingCheckpoint.java
 ##########
 @@ -602,6 +624,17 @@ private void reportFailedCheckpoint(Exception cause) {
 		}
 	}
 
+	private boolean grabStatusPriority() {
 
 Review comment:
   Could you think of a more straightforward name? It's a kind of releasing mutex here, "priority" is not accurate.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services