1996fanrui commented on PR #26931: URL: https://github.com/apache/flink/pull/26931#issuecomment-3213963056
I download the detailed log from https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=69455&view=artifacts&pathAsName=false&type=publishedArtifacts The root cause has been found, in the new ITCase, we hope find a checkpoint with persisted data. `Randomly selected PT2S for execution.checkpointing.aligned-checkpoint-timeout` causes the checkpoint start with aligned checkpoint, and switched it to unaligned checkpoint if aligned checkpoint is not completed within 2 seconds. For some simple DAGs, the checkpoint is always completed within 2 seconds, it causes we cannot find a checkpoint with persisted data. I have fixed it the latest commit. <img width="6006" height="2756" alt="image" src="https://github.com/user-attachments/assets/3a17e673-acf8-43be-be3c-1cd8ceb26914" /> -- 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]
