dou-dou commented on issue #6630: URL: https://github.com/apache/iceberg/issues/6630#issuecomment-1612504744
@pvary **Version** flink 1.12.7 iceberg 0.13.1 **Question** I am using [chunjun ](https://github.com/DTStack/chunjun)to incrementally sync data from mysql to iceberg. I noticed that the Flink job is running. However,when there is no incremental data, that is **totalFiles == 0**, and the number of checkpoint submissions is a multiple of MAX_CONTINUOUS_EMPTY_COMMITS, that is **continuousEmptyCheckpoints % maxContinuousEmptyCommits == 0** ,it throws the following exception:  then, the Flink job is restarting and running.Next ,it will throwing the exception when checkpointId is 21(The last exception thrown when checkpointId is 12). I hope that there is **totalFiles == 0** , and no exception will be generated when executing operation.commit(). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
