Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-1145

metadata lock files not always deleted from cache

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3.0-RC1
    • 2.2.0-RC1
    • Core
    • None

    Description

      DefaultRepositoryCacheManager.cacheModuleDescriptor() sometimes leaves metadata*.lck files in the cache directory after a successful resolve. the problem seems to only occur when the searched artifact is actually found in the cache.

      The problem starts on DefaultRepositoryCacheManager:880, where the lock is created. It looks like lock / unlock should always happen in a try/finally, which doesn't happen here. In my case, the method returns on line 920 without ever unlocking the file.

      The issue started at revision 805346 (the most recent revision to this file).

      happy coding
      jt

      Attachments

        Activity

          People

            maartenc Maarten Coene
            tormp Jason Trump
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: