Data store garbage collection: inUse not correctly synchronized
---------------------------------------------------------------
Key: JCR-1414
URL: https://issues.apache.org/jira/browse/JCR-1414
Project: Jackrabbit
Issue Type: Bug
Components: jackrabbit-core
Affects Versions: core 1.4.1, 1.4
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Fix For: core 1.4.2
Access to the fields DbDataStore.inUse and FileDataStore.inUse is not
synchronized.
This is a problem when concurrently calling GarbageCollector.deleteUnused()
and accessing the data store (ConcurrentModificationException is thrown).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.