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/08/19 13:05:03 UTC

[GitHub] [flink] NicoK commented on a change in pull request #13180: [FLINK-18962][checkpointing] Improve logging when checkpoint declined

NicoK commented on a change in pull request #13180:
URL: https://github.com/apache/flink/pull/13180#discussion_r473012801



##########
File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/AsyncCheckpointRunnable.java
##########
@@ -129,12 +129,10 @@ public void run() {
 					checkpointMetaData.getCheckpointId());
 			}
 		} catch (Exception e) {
-			if (LOG.isDebugEnabled()) {
-				LOG.debug("{} - asynchronous part of checkpoint {} could not be completed.",
-					taskName,
-					checkpointMetaData.getCheckpointId(),
-					e);
-			}
+			LOG.info("{} - asynchronous part of checkpoint {} could not be completed.",

Review comment:
       I would also be surprised if it would fail frequently on a regular basis.
   
   On the other hand: wouldn't this be forwarded to the checkpoint coordinator and reported there anyway?




----------------------------------------------------------------
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