Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 3.10.0
-
None
Description
The point at which the transaction commit actually happens is very important.
With TDB1, it has been observed that Thread.interrupt interferes with the commit process because the journal is forcefully closed by the Java runtime.
This is the TDB2 version of JENA-1676.