afs commented on issue #2254:
URL: https://github.com/apache/jena/issues/2254#issuecomment-1970775574

   Java bug: https://bugs.openjdk.org/browse/JDK-4715154 and related/duplicates.
   
   I don't know the exact underlying reason it's a "won't fix" but NTFS treats 
open files separately to naming files while Linux FS combine them in the 
reference count "#inodes+#openfiles" and when it goes to zero, the file is 
actually deleted.
   
   Container/VMs get complicated because the exact semantics of files are a 
combination of host and guest if it's a file on the host accessed by the guest.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to