davidradl commented on code in PR #26415: URL: https://github.com/apache/flink/pull/26415#discussion_r2033092597
########## flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/fs/cache/CachedDataInputStream.java: ########## @@ -169,12 +185,13 @@ private void tryReopen() { StreamStatus.CACHED_OPEN); fsdis.seek(originalStream.getPos()); streamStatus = StreamStatus.CACHED_OPEN; - cacheEntry.release(); + return fsdis; Review Comment: nit: instead of "Stream {} status from {} to {}", -> "Cached Stream {} status from {} to {}", -- 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