Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1961: Thread-safe and consistent GraphTxn.find #1964

Merged
merged 1 commit into from
Jul 31, 2023
Merged

Conversation

afs
Copy link
Member

@afs afs commented Jul 20, 2023

GitHub issue resolved #1961

Pull request Description:
Provide GraphTxn.find() that transparently runs inside a transaction to ensure consistency.

This is like "autocommit" for SQL databases. It has all the consequences of that as well. It has more overhead, and does give application change consistency (e.g. a read-modify-write) is two transactions and other transactions/thread may change or view the database between the "read" and the "write").


By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement.

@afs afs marked this pull request as ready for review July 22, 2023 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[question] concurrent org.apache.jena.graph.Graph implementations
1 participant