Hello :wave: , curious why FsCompletedCheckpointSt...
# troubleshooting
v
Hello πŸ‘‹ , curious why FsCompletedCheckpointStorageLocation attempts to non-recursively delete a folder? https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache[…]time/state/filesystem/FsCompletedCheckpointStorageLocation.java From the FS documentation https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java#L695
* @param recursive if path is a directory and set to <code>true</code>, the directory is
* deleted else throws an exception.
I may be missing something but if I am not, happy to file an issue or put up a fix.
y
only delete it when it is empty?