Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0-beta, 0.23.9
-
None
-
None
-
Reviewed
Description
JobControl.toList is locking individual lists to iterate them, but those lists can be modified elsewhere without holding the list lock. The locking approaches are mismatched, with toList holding the lock on the actual list object while other methods hold the JobControl lock when modifying the lists.
Attachments
Attachments
Issue Links
- relates to
-
MAPREDUCE-5757 ConcurrentModificationException in JobControl.toList
- Closed