You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/10/01 16:13:32 UTC

[jira] Created: (JCR-2766) AbstractJournal.lockAndSync() may leave the journal locked

AbstractJournal.lockAndSync() may leave the journal locked
----------------------------------------------------------

                 Key: JCR-2766
                 URL: https://issues.apache.org/jira/browse/JCR-2766
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: clustering, jackrabbit-core
    Affects Versions: 2.1.1, 2.1.0, 2.0.0
            Reporter: Jukka Zitting


The AbstractJourna.lockAndSync() method uses a succeeded flag to skip unlocking the journal in case a RuntimeException gets thrown. This may leave the journal locked if the exception is nowhere caught.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.