Uploaded image for project: 'Jetspeed (Retired)'
  1. Jetspeed (Retired)
  2. JS1-453

[FIX] Concurrent modification possible in FileCache

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5
    • 1.5
    • Cache
    • None
    • All

    Description

      The file cache returns a collection of values from its internal map. At the same time, there is a thread that iterates over these values checking for updates. If the first thread attempts to remove a value from the cache, this can cause a ConcurrentModificationException. The background thread needs to be synchronized to prevent this.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jford Jeremy Lewis Ford
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: