Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5653#discussion_r172812790 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CompletedCheckpoint.java --- @@ -290,16 +289,14 @@ public static boolean checkpointsMatch( Collection<CompletedCheckpoint> first, Collection<CompletedCheckpoint> second) { --- End diff -- Ah, I would've expected that CompletedCheckpoint has an equals method, never mind then.
---