[ https://issues.apache.org/jira/browse/YARN-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15049115#comment-15049115 ]
Eric Payne commented on YARN-4225: ---------------------------------- I'd like to address the issues raised by the above pre-commit build: - Unit Tests: The following unit tests failed during the above pre-commit build, but they all pass for me in my local build environment: ||Test Name||Modified by this patch||Pre-commit failure|| |hadoop.yarn.client.api.impl.TestAMRMClient|No|Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0| |hadoop.yarn.client.api.impl.TestNMClient|No|Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0| |hadoop.yarn.client.api.impl.TestYarnClient|No|TEST TIMED OUT| |hadoop.yarn.client.cli.TestYarnCLI|Yes|Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0| |hadoop.yarn.client.TestGetGroups|No|java.net.UnknownHostException: Invalid host name: local host is: (unknown); destination host is: "48cbb2d33ebc":8033; java.net.UnknownHostException| |hadoop.yarn.server.resourcemanager.TestAMAuthorization|No|java.net.UnknownHostException: Invalid host name: local host is: (unknown); destination host is: "48cbb2d33ebc":8030; java.net.UnknownHostException| |hadoop.yarn.server.resourcemanager.TestClientRMTokens|No|java.lang.NullPointerException:| - Findbugs warnings: {{org.apache.hadoop.yarn.api.records.impl.pb.QueueInfoPBImpl.getPreemptionDisabled() has Boolean return type and returns explicit null At QueueInfoPBImpl.java:and returns explicit null At QueueInfoPBImpl.java:[line 402]}} This is a result of {{QueueInfo#getPreemptionDisabled}} returning a Boolean. Again, we could expose the {{hasPreemptionDisabled}} method and use that instead. - JavaDocs warnings/failures: I don't think these are caused by this patch: {{[WARNING] The requested profile "docs" could not be activated because it does not exist.}} {{[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:javadoc (default-cli) on project hadoop-yarn-server-resourcemanager: An error has occurred in JavaDocs report generation:}} {{...}} > Add preemption status to yarn queue -status for capacity scheduler > ------------------------------------------------------------------ > > Key: YARN-4225 > URL: https://issues.apache.org/jira/browse/YARN-4225 > Project: Hadoop YARN > Issue Type: Bug > Components: capacity scheduler, yarn > Affects Versions: 2.7.1 > Reporter: Eric Payne > Assignee: Eric Payne > Priority: Minor > Attachments: YARN-4225.001.patch, YARN-4225.002.patch, > YARN-4225.003.patch, YARN-4225.004.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)