zoltar9264 commented on code in PR #24933: URL: https://github.com/apache/flink/pull/24933#discussion_r1641835072
########## flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FsMergingCheckpointStorageLocation.java: ########## @@ -80,6 +80,9 @@ public FsMergingCheckpointStorageLocation( reference, fileStateSizeThreshold, writeBufferSize); + + // notify file merging snapshot manager when FsMergingCheckpointStorageLocation create. + fileMergingSnapshotManager.notifyCheckpointStart(subtaskKey, checkpointId); Review Comment: Good suggestion, done. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org