[
https://issues.apache.org/jira/browse/AMBARI-12317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14617760#comment-14617760
]
Hadoop QA commented on AMBARI-12317:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12744011/AMBARI-12317.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in
ambari-server:
org.apache.ambari.server.controller.internal.UpgradeResourceProviderTest
org.apache.ambari.server.checks.ClientRetryPropertyCheckTest
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/3356//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/3356//console
This message is automatically generated.
> False alert on "NameNode High Availability Health" due to Missing JMX objects
> -----------------------------------------------------------------------------
>
> Key: AMBARI-12317
> URL: https://issues.apache.org/jira/browse/AMBARI-12317
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Jonathan Hurley
> Assignee: Jonathan Hurley
> Fix For: 2.1.0
>
> Attachments: AMBARI-12317.patch
>
>
> HDP 2.0.11 produces an alert for NameNode HA. The script is making a call to
> jmx, which works fine in HDP 2.2.0:
> {code}
> namenode:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus
> {code}
> Returns:
> {code}
> "name" : "Hadoop:service=NameNode,name=NameNodeStatus",
> "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",
> "NNRole" : "NameNode",
> "HostAndPort" : "cn030.l42scl.hortonworks.com:8020",
> "SecurityEnabled" : true,
> "State" : "active"
> } ]
> }
> {code}
> In case of HDP 2.0.11, it returns:
> {code}
> {
> "beans" : [ ]
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)