Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-233

repository lock file not removed without a clean shutdown

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0
    • jackrabbit-core
    • None

    Description

      actually when a repository is loaded a ".lock" file is created. This file is removed only after a clean shutdown but, if a jackrabbit instance has been killed, you have to manually delete the file in order to load the repository again, also if there was no live instance of jackrabbit that was using it.

      The problem comes from the fact that the simple presence of the .lock file is used to indicate a live instance.
      I suggest replacing this behavior using this method (used for example by eclipse when opening workspaces):

      • when an instance is loaded create a ".lock" file and open it with exclusive access
      • when a new instance is started try to delete an eventual .lock file. Only if the file can't be deleted because in use assume that another jackrabbit instance is running.

      Attachments

        1. replock.293087.diff
          3 kB
          Tobias Bocanegra

        Issue Links

          Activity

            People

              tripod Tobias Bocanegra
              fgiust Fabrizio Giustina
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: