You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Benjamin Teke (Jira)" <ji...@apache.org> on 2023/01/11 10:20:00 UTC

[jira] [Created] (YARN-11416) FS2CS should use CapacitySchedulerConfiguration in FSQueueConverterBuilder

Benjamin Teke created YARN-11416:
------------------------------------

             Summary: FS2CS should use CapacitySchedulerConfiguration in FSQueueConverterBuilder 
                 Key: YARN-11416
                 URL: https://issues.apache.org/jira/browse/YARN-11416
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: Benjamin Teke


org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.converter.FSQueueConverter and it's builder stores the variable capacitySchedulerConfig as a simple Configuration object instead of CapacitySchedulerConfiguration. This is misleading, as capacitySchedulerConfig suggests that it is indeed a CapacitySchedulerConfiguration and it loses access to the convenience methods to check for various properties. Because of this every time a property getter is changed FS2CS should be checked if it reimplemented the same, otherwise there might be behaviour differences or even bugs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org