Zakelly commented on code in PR #26977:
URL: https://github.com/apache/flink/pull/26977#discussion_r2339405780
##########
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/filemerging/FileMergingSnapshotManagerBase.java:
##########
@@ -1001,6 +1001,7 @@ void handoverOwnershipWhenCheckpointComplete(long
checkpointId) {
checkpointId,
directoryHandle.getDirectory());
tracking = false;
+ refCheckpointIds.clear();
Review Comment:
I think the javadoc of `DirectoryHandleWithReferenceTrack` has explained the
mechanism.
--
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]