forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-18137] Handle discarding of triggering checkpoint correctly
Before discarding a triggering checkpoint could cause a NPE which would stop the processing of subsequent checkpoint requests. This commit changes this behaviour by checking this condition and instantiating a proper exception in case that a triggering checkpoint is being discarded. This closes apache#12611.
- Loading branch information
1 parent
b592dd2
commit 38b2755
Showing
2 changed files
with
89 additions
and
20 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
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