-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.6.0-HF03, 5.7.1
-
Component/s: Seam / JSF UI
There is a race condtion in the BatchManagerComponent that may lead to "loosing" some of the files that were uploaded.
This can be easily reproduced on first DnD after a full restart : probably because the Map that is accessed concurrently will be resized.
Making the code threadsafe fixes the initial problem.