AHeise commented on a change in pull request #14348: URL: https://github.com/apache/flink/pull/14348#discussion_r545176725
########## File path: flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointTestBase.java ########## @@ -219,14 +219,17 @@ public InputStatus pollNext(ReaderOutput<Long> output) throws InterruptedExcepti return Collections.emptyList(); } throttle = split.numCompletedCheckpoints >= minCheckpoints; - LOG.info("Snapshotted {} @ {} subtask (? attempt)", split, split.nextNumber % split.increment); + LOG.info("Snapshotted {} @ {} subtask (~{} attempt)", split, split.nextNumber % split.increment, numRestarts); Review comment: Good catch. It was approximate in the first version, but now it's not anymore. ---------------------------------------------------------------- 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: us...@infra.apache.org