
| Key: |
JS1-453
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Jeremy Ford
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
05/Apr/04 03:53 PM
|
|
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.
|
|
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. |
Show » |
|