On 07/03/2024 10:44, Andy Seaborne wrote:
...
== Changes of note
TDB2 Compaction make robust against exceptions and server restart
is causing a problem on Windows. Moving a directory with memory mapped
files does not work on MS Windows.
https://github.com/apache/jena/issues/2315
The good news is that this does showup on both Jenkins/windows build and
in the Windows github action workflow.
A immediate fix is to use the non-robust code on Windows pro-tem.
Using a transient file to record the highest numbered complete storage
database is one approach to a more complete solution longer term.
Andy
Original report:
https://github.com/apache/jena/issues/2254