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


##########
flink-dstl/flink-dstl-dfs/src/main/java/org/apache/flink/changelog/fs/FsStateChangelogWriter.java:
##########
@@ -400,14 +429,27 @@ public void confirm(SequenceNumber from, SequenceNumber 
to, long checkpointId) {
 
     @Override
     public void reset(SequenceNumber from, SequenceNumber to, long 
checkpointId) {
+        // Release pinned handles for the aborted checkpoint only.
+        List<StreamStateHandle> pinned = 
checkpointPinnedHandles.remove(checkpointId);

Review Comment:
   I am curious should we be checking  SequenceNumber from or SequenceNumber to 
here?



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