Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
1.0.3
-
None
Description
The capacity scheduler queue is initialized with a HashMap, the values of which are later added to a list (a queue for assigning tasks). TestCapacityScheduler depends on the order of the list hence not portable across JDKs.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-8192 Fix unit test failures with IBM's JDK
- Open