KarmaGYZ commented on a change in pull request #9873: [FLINK-14336][DataStream]
Log Exception for failed checkpoint on TaskExecutor side
URL: https://github.com/apache/flink/pull/9873#discussion_r333869118
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
##########
@@ -1115,6 +1115,12 @@ public void run() {
checkpointMetaData.getCheckpointId());
}
} catch (Exception e) {
+ if (LOG.isDebugEnabled()) {
+ LOG.debug("{} - asynchronous part of
checkpoint {} could not be completed.",
Review comment:
Make sense. +1 for merge.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services