You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/14 16:08:57 UTC

[GitHub] [flink] StephanEwen edited a comment on issue #11095: [FLINK-10918][rocks-db-backend] Fix incremental checkpoints on Windows.

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:
users@infra.apache.org


With regards,
Apache Git Services