pnowojski commented on a change in pull request #10332:
[FLINK-13905][checkpointing] Separate checkpoint triggering into several
asynchronous stages
URL: https://github.com/apache/flink/pull/10332#discussion_r363291164
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java
##########
@@ -1441,13 +1441,7 @@ private void preCheckBeforeTriggeringCheckpoint(boolean
isPeriodic, boolean forc
}
if (!forceCheckpoint) {
- if (triggerRequestQueued) {
- LOG.warn("Trying to trigger another checkpoint
for job {} while one was queued already.", job);
- throw new
CheckpointException(CheckpointFailureReason.ALREADY_QUEUED);
- }
-
Review comment:
And why is this no longer possible?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services