afs commented on issue #2254: URL: https://github.com/apache/jena/issues/2254#issuecomment-1969022050
Hi @seakayone - do you have access to a MS Windows machine? (preferably a real machine, not a VM or other virtualization) Memory mapped files in Java can be troublesome (a long standing "wil not fix" JVM issue) so verifying whether [Files.move](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/file/Files.html#move(java.nio.file.Path,java.nio.file.Path,java.nio.file.CopyOption...)) works for a memory mapped file directly or if the file is within a directory that is renamed would be very welcome. -- 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]
