[
https://issues.apache.org/jira/browse/AMBARI-22361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16243794#comment-16243794
]
Hudson commented on AMBARI-22361:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8356 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8356/])
AMBARI-22361. Fix bug in base_alert when matching hostnames (stephanesan
(dlysnichenko:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=0f67d1c690f019ef5289e9bbb4aa93abb607b40b])
* (edit) ambari-agent/src/main/python/ambari_agent/alerts/base_alert.py
> NameNode Web UI alert raised due to mixed cases in hostname
> -----------------------------------------------------------
>
> Key: AMBARI-22361
> URL: https://issues.apache.org/jira/browse/AMBARI-22361
> Project: Ambari
> Issue Type: Bug
> Components: ambari-agent
> Affects Versions: 2.6.0
> Reporter: stephanesan
> Assignee: Dmitry Lysnichenko
> Fix For: 3.0.0
>
> Attachments: AMBARI-22361_branch-2.6.patch
>
>
> Error at hand:
> Connection failed to http://vz-sl-upupup-8724-hadoop-mgr-1:0 (<urlopen error
> [Errno 111] Connection refused>)
> Explanation:
> In the command json file the hostname is in lower case, while in HA mode the
> hdfs-site property dfs.namenode.http-address.{{ha-nameservice}}.{{nn_id}}
> may
> have upper case parts, which prevents matching the hostname.
> Proposal:
> Apply similar patch as done for
> https://issues.apache.org/jira/browse/AMBARI-19282
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)