This is an automated email from the ASF dual-hosted git repository.

jhung pushed a change to branch YARN-8200.branch3
in repository https://gitbox.apache.org/repos/asf/hadoop.git.


    from 3a121a7  YARN-7637. GPU volume creation command fails when work 
preserving is disabled at NM. Contributed by Zian Chen.
     new 4812cbb  YARN-9272. Backport YARN-7738 for refreshing max allocation 
for multiple resource types
     new f1cef01  YARN-9409. Port resource type changes from YARN-7237 to 
branch-3.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../yarn/api/records/ResourceInformation.java      |   6 +
 .../hadoop/yarn/util/resource/ResourceUtils.java   |  40 +++--
 .../yarn/server/resourcemanager/AdminService.java  |  22 ++-
 .../scheduler/AbstractYarnScheduler.java           |  15 +-
 .../scheduler/capacity/CapacityScheduler.java      |  10 +-
 .../capacity/CapacitySchedulerConfiguration.java   |  22 +--
 .../scheduler/capacity/LeafQueue.java              |   4 +-
 .../hadoop/yarn/server/resourcemanager/MockNM.java |  41 +++--
 .../hadoop/yarn/server/resourcemanager/MockRM.java |   9 +
 .../yarn/server/resourcemanager/RMHATestBase.java  |  29 +++-
 .../scheduler/capacity/TestCapacityScheduler.java  |  11 +-
 ...estCapacitySchedulerWithMultiResourceTypes.java | 190 +++++++++++++++++++++
 .../scheduler/capacity/TestUtils.java              |  42 +++--
 13 files changed, 362 insertions(+), 79 deletions(-)
 create mode 100644 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestCapacitySchedulerWithMultiResourceTypes.java


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to