reschke commented on PR #2744:
URL: https://github.com/apache/jackrabbit-oak/pull/2744#issuecomment-4023255764

   1) @jsedding - we (I) want to get rid of uses of `TransientFileFactory` 
because it gives a false feeling of safety where there is none (GC, VM 
shutdown..)
   2) @rishabhdaim  - It works on Windows. Despite urban legends, Windows can 
delete open files. The only difference is that directory entries remain visible 
until the last open handle is gone.
   3) @Joscorbe - Tests (currently) fail because they make incorrent 
assumptions about when file entries go away (in this case, caused by the way 
`TransientFileFactory` works; they rely on file entries to be stay there 
despite `TransientFileFactory` might have removed them early).
   4) @rishabhdaim - timing of file removal - let me check
   


-- 
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