rkhachatryan commented on a change in pull request #14057:
URL: https://github.com/apache/flink/pull/14057#discussion_r540446583
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/api/CheckpointBarrier.java
##########
@@ -119,6 +119,6 @@ public boolean isCheckpoint() {
}
public CheckpointBarrier asUnaligned() {
- return checkpointOptions.isUnalignedCheckpoint() ? this : new
CheckpointBarrier(getId(), getTimestamp(), getCheckpointOptions().asTimedOut());
+ return checkpointOptions.isUnalignedCheckpoint() ? this : new
CheckpointBarrier(getId(), getTimestamp(),
getCheckpointOptions().toUnaligned());
Review comment:
No, I think it belongs to the right commit. With `CheckpointOptions`
hotfix/refactoring, this method converts it to `unaligned`, which can't be
timed out.
----------------------------------------------------------------
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]