Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.7.2
-
None
-
None
Description
Steps to reproduce the issue :
Scenario 1:
- Configure a queue(default) with accessible node labels as *
- create a exclusive partition xxx and map a NM to it
- ensure no capacities are configured for default for label xxx
- start an RM app with queue as default and label as xxx
- application is stuck but scheduler ui shows 100% as max capacity for that queue
Scenario 2:
- create a nonexclusive partition sharedPartition and map a NM to it
- ensure no capacities are configured for default queue
- start an RM app with queue as default and label as sharedPartition
- application is stuck but scheduler ui shows 100% as max capacity for that queue for sharedPartition
For both issues cause is the same default max capacity and abs max capacity is set to Zero %
Attachments
Attachments
Issue Links
- is duplicated by
-
YARN-6044 Resource bar of Capacity Scheduler UI does not show correctly
- Resolved