Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
-
Reviewed
Description
Currently the FairScheduler QueueManager automatically creates the default queue. However the default queue does not need to exist. We have two possible cases which we should handle:
- Based on the placement rule "Default" the name for the default queue might not be default and it should be created with a different name
- There might not be a "Default" placement rule at all which removes the need to create the queue.
We should leave the creation of the default queue to the point in time that we can assess if it is needed or not.
Attachments
Attachments
Issue Links
- is depended upon by
-
YARN-8951 Defining default queue placement rule in allocations file with create="false" throws an NPE
- Open
- relates to
-
YARN-7139 FairScheduler: finished applications are always restored to default queue
- Resolved
-
YARN-10753 Document the removal of FS default queue creation
- Resolved