pvary commented on issue #10765: URL: https://github.com/apache/iceberg/issues/10765#issuecomment-2247994513
I have taken another look at the info you have provided. This is definitely different than #10526 as this is append only change. Do you have any more detailed log, or any way to repro the case? As you highlighted there are 2 commits with the same data: ``` "flink.operator-id" : "9135501d46e54bf84710f477c1eb5f38", "flink.job-id" : "ba65ea243c487f4f0fd52c158e4ed985", "flink.max-committed-checkpoint-id" : "19516", ``` This should be prevented by the `maxCommittedCheckpointId` check. See: https://github.com/apache/iceberg/blob/apache-iceberg-1.4.3/flink/v1.17/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergFilesCommitter.java#L189 Also, I see that there is one more file in the later commit, with about 7MB size. This is strange as well.... -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org