[ https://issues.apache.org/jira/browse/YARN-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16271419#comment-16271419 ]
Hudson commented on YARN-7541: ------------------------------ SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13291 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/13291/]) YARN-7541. Node updates don't update the maximum cluster capability for (templedf: rev 8498d287cd3beddcf8fe19625227e09982ec4be2) * (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/MockNodes.java * (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records/Resource.java * (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/TestClusterNodeTracker.java * (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/util/resource/ResourceUtils.java * (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/ClusterNodeTracker.java > Node updates don't update the maximum cluster capability for resources other > than CPU and memory > ------------------------------------------------------------------------------------------------ > > Key: YARN-7541 > URL: https://issues.apache.org/jira/browse/YARN-7541 > Project: Hadoop YARN > Issue Type: Sub-task > Components: resourcemanager > Affects Versions: 3.0.0-beta1, 3.1.0 > Reporter: Daniel Templeton > Assignee: Daniel Templeton > Priority: Critical > Fix For: 3.1.0 > > Attachments: YARN-7541.001.patch, YARN-7541.002.patch, > YARN-7541.003.patch, YARN-7541.004.patch, YARN-7541.005.patch, > YARN-7541.006.patch, YARN-7541.branch-3.0.001.patch > > > When I submit an MR job that asks for too much memory or CPU for the map or > reduce, the AM will fail because it recognizes that the request is too large. > With any other resources, however, the resource requests will instead be > made and remain pending forever. Looks like we forgot to update the code > that tracks the maximum container allocation in {{ClusterNodeTracker}}. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org