[
https://issues.apache.org/jira/browse/JENA-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787735#comment-16787735
]
ASF subversion and git services commented on JENA-1676:
-------------------------------------------------------
Commit dbd52ede8ec61f9e9b197345c89fa9e6d1cdf904 in jena's branch
refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=dbd52ed ]
JENA-1676: TDB1: Reinforce handling of I/O problems at the commit point.
> TDB1: Make the commit step more robust against external factors
> ---------------------------------------------------------------
>
> Key: JENA-1676
> URL: https://issues.apache.org/jira/browse/JENA-1676
> Project: Apache Jena
> Issue Type: Improvement
> Components: TDB
> Affects Versions: Jena 3.10.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Major
> Fix For: Jena 3.11.0
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> The point at which the transaction commit actually happens is very important.
> It has been observed that Thread.interrupt interferes with commit and may
> leave the database permanently locked. The Thread.interrupt causes I/O
> operations to throw {{IOException}} {{ClosedByInterruptException}} and
> crucially the journal is closed by the Java runtime.
> Other {{IOException}} due to external factors, like disk full, or a remote
> disk going offline, can be made more robust as well.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)