Zakelly commented on code in PR #24181:
URL: https://github.com/apache/flink/pull/24181#discussion_r1507323952


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java:
##########
@@ -321,6 +321,8 @@ public abstract class StreamTask<OUT, OP extends 
StreamOperator<OUT>>
 
     private long initializeStateEndTs;
 
+    @Nullable private FileMergingSnapshotManager fileMergingSnapshotManager;

Review Comment:
   After re-thinking, I refactor the code to leverage 
`SubtaskCheckpointCoordinator` to notify `FileMergingSnapshotManager` about the 
checkpoints, so code changes in `StreamTask` are removed.



-- 
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]

Reply via email to