Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Bug
-
2.8.0
-
None
-
None
Description
Queue A use partition X,When x is used up,app cant get resource from <DEFAULT_PARTITION>.
I find this behavior is different from 2.7.x.Also i find this in the document of 2.7.2 as blew:
"All queues can access to nodes without label"--https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/NodeLabel.html
I think it means if queue A`s partition x is used up,app can get containers from DEFAULT_PARTITION? Do i misstake?
And I can confirm my configs is correct.Because i can run profectlly in 2.7.x use this configation too.
I have observed this in 2.8: "<DEFAULT_PARTITION> is marked as <ECLUSIVE_PARTITION>" in webui.Is this the reason?
Attachments
Attachments
Issue Links
- relates to
-
YARN-3593 Add label-type and Improve "DEFAULT_PARTITION" in Node Labels Page
- Resolved