[ 
https://issues.apache.org/jira/browse/AMBARI-11862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14582427#comment-14582427
 ] 

Hudson commented on AMBARI-11862:
---------------------------------

SUCCESS: Integrated in Ambari-branch-2.1 #8 (See 
[https://builds.apache.org/job/Ambari-branch-2.1/8/])
AMBARI-11862. Unable To Enable NameNode HA Mode On Clean Cluster.(vbrodetskyi) 
(vbrodetskyi: 
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=f334f0944ed1f7b3f4fedde71db0d5fff9ccb93c)
* ambari-common/src/main/python/resource_management/libraries/functions/jmx.py


> Unable To Enable NameNode HA Mode On Clean Cluster
> --------------------------------------------------
>
>                 Key: AMBARI-11862
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11862
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.1.0
>            Reporter: Vitaly Brodetskyi
>            Assignee: Vitaly Brodetskyi
>            Priority: Blocker
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-11862.patch
>
>
> When enabling NameNode HA mode on a clean cluster, the final action of 
> "Restart All Services" Fails on MapReduce History Server. The original 
> exception is because there is a defect in the logging code:
> {code}
> Traceback (most recent call last):
>   File 
> "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/historyserver.py",
>  line 160, in <module>
>     HistoryServer().execute()
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
>  line 216, in execute
>     method(env)
>   File 
> "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/historyserver.py",
>  line 89, in start
>     self.configure(env) # FOR SECURITY
>   File 
> "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/historyserver.py",
>  line 54, in configure
>     yarn(name="historyserver")
>   File "/usr/lib/python2.6/site-packages/ambari_commons/os_family_impl.py", 
> line 89, in thunk
>     return fn(*args, **kwargs)
>   File 
> "/var/lib/ambari-agent/cache/common-services/YARN/2.1.0.2.0/package/scripts/yarn.py",
>  line 72, in yarn
>     recursive_chmod=True
>   File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", 
> line 157, in __init__
>     self.env.run()
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", 
> line 152, in run
>     self.run_action(resource, action)
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", 
> line 118, in run_action
>     provider_action()
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/providers/hdfs_resource.py",
>  line 390, in action_create_on_execute
>     self.action_delayed("create")
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/providers/hdfs_resource.py",
>  line 387, in action_delayed
>     self.get_hdfs_resource_executor().action_delayed(action_name, self)
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/providers/hdfs_resource.py",
>  line 239, in action_delayed
>     main_resource.resource.security_enabled, main_resource.resource.logoutput)
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/providers/hdfs_resource.py",
>  line 126, in __init__
>     security_enabled, run_user)
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/namenode_ha_utils.py",
>  line 110, in get_property_for_active_namenode
>     active_namenodes = get_namenode_states(hdfs_site, security_enabled, 
> run_user)[0]
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/namenode_ha_utils.py",
>  line 65, in get_namenode_states
>     state = get_value_from_jmx(jmx_uri, 'State', security_enabled, run_user, 
> is_https_enabled)
>   File 
> "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/jmx.py",
>  line 43, in get_value_from_jmx
>     Logger.exception("Getting jmx metrics from NN failed. URL: " + str(qry))
> AttributeError: class Logger has no attribute 'exception'
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to