You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "pvary (via GitHub)" <gi...@apache.org> on 2023/04/24 07:36:01 UTC

[GitHub] [iceberg] pvary commented on a diff in pull request #7402: Flink: sync 1.15 with 1.17 for backports missed or not ported identically

pvary commented on code in PR #7402:
URL: https://github.com/apache/iceberg/pull/7402#discussion_r1174894603


##########
flink/v1.15/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergFilesCommitter.java:
##########
@@ -233,6 +233,7 @@ public void notifyCheckpointComplete(long checkpointId) throws Exception {
     // the files,
     // Besides, we need to maintain the max-committed-checkpoint-id to be increasing.
     if (checkpointId > maxCommittedCheckpointId) {
+      LOG.info("Checkpoint {} completed. Attempting commit.", checkpointId);

Review Comment:
   I remember that we merged this one: https://github.com/apache/iceberg/commit/5a4761c8fd227fa582b78d14f0a49de33b17b443
   
   What happened with it?



-- 
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-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org