This is an automated email from the ASF dual-hosted git repository.
rvesse pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new d257222c81 GH-1499: Release non-exclusive mode at the end of
transaction.
new a047f2ee91 Merge pull request #1505 from afs/gh-1499-tdb2-lock
d257222c81 is described below
commit d257222c81fa929982012974713e0b5054791252
Author: Andy Seaborne <[email protected]>
AuthorDate: Wed Aug 31 20:40:04 2022 +0100
GH-1499: Release non-exclusive mode at the end of transaction.
---
.../java/org/apache/jena/dboe/storage/system/DatasetGraphTxnCtl.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/jena-db/jena-dboe-storage/src/main/java/org/apache/jena/dboe/storage/system/DatasetGraphTxnCtl.java
b/jena-db/jena-dboe-storage/src/main/java/org/apache/jena/dboe/storage/system/DatasetGraphTxnCtl.java
index b8e171d9ab..f652e75d59 100644
---
a/jena-db/jena-dboe-storage/src/main/java/org/apache/jena/dboe/storage/system/DatasetGraphTxnCtl.java
+++
b/jena-db/jena-dboe-storage/src/main/java/org/apache/jena/dboe/storage/system/DatasetGraphTxnCtl.java
@@ -137,6 +137,7 @@ public class DatasetGraphTxnCtl extends DatasetGraphWrapper
implements Transacti
break;
}
}
+ finishNonExclusiveMode();
}
@Override