fredia commented on code in PR #26279:
URL: https://github.com/apache/flink/pull/26279#discussion_r1986289976


##########
flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStKeyedStateBackendBuilder.java:
##########
@@ -298,6 +298,9 @@ public ForStKeyedStateBackend<K> build() throws 
BackendBuildingException {
             IOUtils.closeQuietly(restoreOperation);
             try {
                 optionsContainer.clearDirectories();
+                // TODO: Remove this after FLINK-37442, if we could properly 
handl the directory
+                //       deletion in file mapping manager.
+                optionsContainer.forceClearRemoteDirectories();

Review Comment:
   `clearDirectories` has removed `remoteBasePath`?
   Is `forceClearRemoteDirectories` necessary 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