Myasuka commented on a change in pull request #18976:
URL: https://github.com/apache/flink/pull/18976#discussion_r822531325



##########
File path: 
flink-dstl/flink-dstl-dfs/src/main/java/org/apache/flink/changelog/fs/StateChangeFsUploader.java
##########
@@ -96,19 +91,20 @@ public void upload(Collection<UploadTask> tasks) throws 
IOException {
                 closer.register(() -> fileSystem.delete(path, true));
             }
         }
+        return null; // closer above throws an exception

Review comment:
       I see, thanks for your explaination.




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


Reply via email to