StephanEwen edited a comment on issue #11095: [FLINK-10918][rocks-db-backend] Fix incremental checkpoints on Windows. URL: https://github.com/apache/flink/pull/11095#issuecomment-586354299 Interestingly, with proper eager closing of the directory streams, this workaround is also no longer necessary: https://github.com/apache/flink/pull/11095/files#diff-718b96155a7544f30a64f3f389faea3fR67 Apparently the non-closed directory streams kept a handle to the directory, and under the messed up Windows FS semantics, that means the directory cannot be removed / overwritten (unlike posix, where the directory can still be unlinked from the parent).
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
