We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a4628 commit dc2613dCopy full SHA for dc2613d
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java
@@ -1385,8 +1385,8 @@ private void completePendingCheckpoint(PendingCheckpoint pendingCheckpoint)
1385
lastSubsumed = null;
1386
}
1387
1388
- pendingCheckpoint.getCompletionFuture().complete(completedCheckpoint);
1389
reportCompletedCheckpoint(completedCheckpoint);
+ pendingCheckpoint.getCompletionFuture().complete(completedCheckpoint);
1390
} catch (Exception exception) {
1391
// For robustness reasons, we need catch exception and try marking the checkpoint
1392
// completed.
0 commit comments