You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2019/03/08 09:57:36 UTC

[jena] branch master updated (f97f130 -> 92788c4)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git.


    from f97f130  Merge pull request #539 from afs/cleanup
     new 59c8718  Tidy up.
     new dbd52ed  JENA-1676: TDB1: Reinforce handling of I/O problems at the commit point.
     new 220aa27  JENA-1677: TDB2: Reinforce handling of I/O problems at the commit point.
     new 98caf7d  Use java.lang.Error when unexpected condition occurs during rollback.
     new 92788c4  Merge pull request #537 from afs/txn-harden

The 7731 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/java/org/apache/jena/query/ARQ.java   | 316 ++++++-------
 .../src/main/java/org/apache/jena/system/Txn.java  |   4 +-
 .../jena/dboe/transaction/txn/Transaction.java     |  10 +-
 .../transaction/txn/TransactionCoordinator.java    | 139 +++++-
 .../dboe/transaction/txn/TransactionalBase.java    |   4 +-
 .../jena/dboe/transaction/txn/journal/Journal.java | 105 ++++-
 .../transaction/txn/journal/JournalControl.java    | 294 ++-----------
 .../jena/tdb/transaction/BlockMgrJournal.java      |   4 +-
 .../org/apache/jena/tdb/transaction/Journal.java   | 490 ++++++++++++---------
 .../apache/jena/tdb/transaction/JournalEntry.java  | 111 ++---
 .../jena/tdb/transaction/ObjectFileTrans.java      |  14 +-
 .../apache/jena/tdb/transaction/Transaction.java   | 486 ++++++++++++--------
 12 files changed, 1033 insertions(+), 944 deletions(-)