davidradl commented on code in PR #26977:
URL: https://github.com/apache/flink/pull/26977#discussion_r2339197581


##########
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/filemerging/FileMergingSnapshotManagerBase.java:
##########
@@ -980,7 +980,7 @@ void increaseRefCountWhenCheckpointStart(long checkpointId) 
{
                         "checkpoint:{} start, increase ref-count to 
file-merging managed shared dir : {}",
                         checkpointId,
                         directoryHandle.getDirectory());
-                ongoingRefCount.incrementAndGet();
+                refCheckpointIds.add(checkpointId);

Review Comment:
   Please could you change the preceding log text to refer to the new 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]

Reply via email to