Zakelly commented on code in PR #25095:
URL: https://github.com/apache/flink/pull/25095#discussion_r1679340653


##########
flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FsCheckpointStreamFactory.java:
##########
@@ -374,7 +378,7 @@ public void close() {
 
         @Nullable
         @Override
-        public StreamStateHandle closeAndGetHandle() throws IOException {
+        public synchronized StreamStateHandle closeAndGetHandle() throws 
IOException {

Review Comment:
   how about remove the `synchronized (this)` below, since you have 
synchronized 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