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, the 
workaround in `StateSnapshotTransformerTest` is also no longer necessary.
   
   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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to