Repository is corrupt after concurrent changes with the same session
--------------------------------------------------------------------
Key: JCR-2456
URL: https://issues.apache.org/jira/browse/JCR-2456
Project: Jackrabbit Content Repository
Issue Type: Bug
Reporter: Thomas Mueller
Attachments: TestMultiThread.java
After concurrent write operations using the same session, the repository can
get corrupt, meaning a ItemNotFoundException is thrown when trying to remove a
node.
Concurrent write operations are not supported, however I believe the persistent
state of the repository should not be get corrupt.
One way to solve this problem is to synchronize on the session internally.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.