forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-17869][task][checkpointing] Ignore out of order checkpoints in…
… SubtaskCheckpointCoordinator Check (by task thread) whether the current checkpoint was already aborted in the following scenario: 1. on checkpoint barrier ThreadSafeUnaligner sends a mail to start checkpointing (netty thread) 2. on cancellation marker CheckpointBarrierUnaligner aborts it (task thread) 3. task thread processes a mail to start checkpointing
- Loading branch information
1 parent
2b51cda
commit 64ff676
Showing
1 changed file
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters