[
https://issues.apache.org/jira/browse/AMBARI-8929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14266932#comment-14266932
]
Hudson commented on AMBARI-8929:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit-docker #677 (See
[https://builds.apache.org/job/Ambari-trunk-Commit-docker/677/])
AMBARI-8929. Agent is spamming logs with tracebacks of "Error while executing
command \'security_status\'" (rlevas) (rlevas:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=40ffee9c87160a085284d47dcf20d0a9643004a9)
* ambari-common/src/main/python/resource_management/libraries/script/script.py
> Agent is spamming logs with tracebacks of "Error while executing command
> \'security_status\"
> --------------------------------------------------------------------------------------------
>
> Key: AMBARI-8929
> URL: https://issues.apache.org/jira/browse/AMBARI-8929
> Project: Ambari
> Issue Type: Task
> Components: ambari-agent, stacks
> Affects Versions: 2.0.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Blocker
> Labels: kerberos, security
> Fix For: 2.0.0
>
> Attachments: AMBARI-8929_01.patch
>
>
> The ambari-agent log is filling up with messages like
> {code}
> 2014-12-24 21:14:02,209 - Error while executing command \'security_status\':
> Traceback (most recent call last):
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
> line 150, in execute
> method = self.choose_method_to_execute(command_name)
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
> line 168,
> in choose_method_to_execute
> raise Fail("Script \'{0}\' has no method \'{1}\'".format(sys.argv[0],
> command_name))
> Fail: Script
> \'/var/lib/ambari-agent/cache/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_master.py\'
> has no method \'security_status\'
> {code}
> This should be corrected by adding a default implementation to avoid such
> messages.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)