You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Krishan Goyal (Jira)" <ji...@apache.org> on 2023/01/09 06:16:00 UTC

[jira] [Created] (YARN-11412) Create a Concurrent Users Manager to enable thread safe concurrent resource usage tracking of user

Krishan Goyal created YARN-11412:
------------------------------------

             Summary: Create a Concurrent Users Manager to enable thread safe concurrent resource usage tracking of user
                 Key: YARN-11412
                 URL: https://issues.apache.org/jira/browse/YARN-11412
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Krishan Goyal
            Assignee: Krishan Goyal


We will build ConcurrentUsersManager whose objective is similar to UsersManager but whose APIs provide better concurrent performance with different class invariants

 

Both ConcurrentUsersManager & UsersManager will extend a new class AbstractCSUsersManager which implements AbstractUsersManager

 

The primary behavioural change of ConcurrentUsersManager is that it will provide user resource limits which are eventually consistent wrt containers (allocation or release) / users (active or inactive) - These limits affect scheduling and preemption but at massive scale small variances in individual decisions for a container are fine as long as the scheduler progresses in an acceptable way (i.e - users are unconcerned about these variances)

 

More details of low level details - [https://docs.google.com/document/d/1czUh2XU3_X_eRIJAsSM40hRuHYSHw4ymyfky39dIj4s/edit] 



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

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