Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha2
-
None
-
Reviewed
Description
Flakiness could happen in TestFairScheduler#testDumpState due to unpredictable running time of FairScheduler#update() since it updates the demand of queues. Explicitly invoke the Schedulable#updateDemand() to solve the issue.
Attachments
Attachments
Issue Links
- is broken by
-
YARN-6042 Dump scheduler and queue state information into FairScheduler DEBUG log
- Resolved