pnowojski commented on a change in pull request #13741:
URL: https://github.com/apache/flink/pull/13741#discussion_r512179510
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointOptions.java
##########
@@ -47,29 +50,56 @@
private final boolean isUnalignedCheckpoint;
+ private final long alignmentTimeout;
Review comment:
No, `alignmentTimeout` is a global timeout, measured against the
`CheckpointBarrier#getTimestamp`, so since the creation of the
`CheckpointBarrier` on the `CheckpointCoordinator`. If `CheckpointCoordinator`
has timed out on an upstream task, it will be timed out for any downstream
operator as well.
----------------------------------------------------------------
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]