Issue Details (XML | Word | Printable)

Key: JS1-453
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Jeremy Ford
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Jetspeed

[FIX] Concurrent modification possible in FileCache

Created: 05/Apr/04 03:52 PM   Updated: 05/Apr/04 03:58 PM
Return to search
Component/s: Cache
Affects Version/s: 1.5
Fix Version/s: 1.5

Time Tracking:
Not Specified

Environment: All

Resolution Date: 05/Apr/04 03:53 PM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Jeremy Ford added a comment - 05/Apr/04 03:53 PM
The fix has been applied.