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

Use pessimistic locking to prevent tree corruption #2

Open
romanb opened this issue Mar 22, 2010 · 1 comment
Open

Use pessimistic locking to prevent tree corruption #2

romanb opened this issue Mar 22, 2010 · 1 comment

Comments

@romanb
Copy link
Owner

romanb commented Mar 22, 2010

Pessimistic locking support of JPA 2 should be used to prevent tree corruption in concurrent scenarios. A lock on the root node of the tree being modified may be enough.

@JustinTArthur
Copy link
Contributor

I've started some work on this in BlackLocus' Pessimistic-Locking branch, but I've only added it for the node-manipulation functions I'm using for our project at the moment. It might be a good starting point or a dead end.

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

No branches or pull requests

2 participants