Claus Köll created JCR-3655:
-------------------------------

             Summary: Better Locking inside LockManagerImpl
                 Key: JCR-3655
                 URL: https://issues.apache.org/jira/browse/JCR-3655
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-core
    Affects Versions: 2.7, 2.6.2
            Reporter: Claus Köll
            Assignee: Claus Köll


Its possible to get a Deadlock during the TimeoutHandler is running.
As tried to fix that problem in JCR-3605 i found that the problem is hard to 
fix because of locking the
ItemStateManager during modifying the lock properties. It would be better to 
use a XAReentrantLock rather the current synchronized block.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to