[
https://issues.apache.org/jira/browse/AMBARI-23469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16898133#comment-16898133
]
Hudson commented on AMBARI-23469:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-branch-2.7 #558 (See
[https://builds.apache.org/job/Ambari-branch-2.7/558/])
AMBARI-23469 HostCleanup.py script is failing with AttributeError: (m.magyar3:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=b05961104ea272a6885d03ce6978eb03422479d4])
* (edit) ambari-agent/src/main/python/ambari_agent/HostCleanup.py
> HostCleanup.py script is failing with AttributeError: 'NoneType' object has
> no attribute 'get'
> ----------------------------------------------------------------------------------------------
>
> Key: AMBARI-23469
> URL: https://issues.apache.org/jira/browse/AMBARI-23469
> Project: Ambari
> Issue Type: Bug
> Components: ambari-agent
> Affects Versions: trunk, 2.7.0
> Reporter: JaySenSharma
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> - While running HostCleanup.pu on Ambari 2.7.0 then it fails with the
> following error:
> {code}
> # /usr/lib/ambari-agent/lib/ambari_agent/HostCleanup.py --silent --verbose
> Traceback (most recent call last):
> File "/usr/lib/ambari-agent/lib/ambari_agent/HostCleanup.py", line 710, in
> <module>
> main()
> File "/usr/lib/ambari-agent/lib/ambari_agent/HostCleanup.py", line 701, in
> main
> h.do_cleanup(propMap)
> File "/usr/lib/ambari-agent/lib/ambari_agent/HostCleanup.py", line 144, in
> do_cleanup
> procList = proc_map.get(PROCESS_KEY)
> AttributeError: 'NoneType' object has no attribute 'get'
> {code}
> - Used Python version is:
> {code}
> # python --version
> Python 2.7.5
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)