1996fanrui commented on code in PR #19723:
URL: https://github.com/apache/flink/pull/19723#discussion_r880109304
##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/SubtaskCheckpointCoordinatorImpl.java:
##########
@@ -335,6 +380,34 @@ public void checkpointState(
}
}
+ private void registerAlignmentTimer(
+ long checkpointId,
+ OperatorChain<?, ?> operatorChain,
+ CheckpointBarrier checkpointBarrier) {
+ if (alignmentTimer != null) {
Review Comment:
Yes, I found some unit tests failed after added the
`checkState(alignmentTimer == null)`. I have changed in my Mac, I will
re-submit commits after everything is ok.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]