You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/10/01 14:12:27 UTC

[jira] [Commented] (AMBARI-13284) HostCleanup script does not work for hosts that are manually registered

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

Hudson commented on AMBARI-13284:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #3576 (See [https://builds.apache.org/job/Ambari-trunk-Commit/3576/])
AMBARI-13284. HostCleanup script does not work for hosts that are (aonishuk: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=d2e11c86805d998796a23374a9f55b898066bbee])
* ambari-server/src/main/resources/custom_actions/scripts/check_host.py
* ambari-agent/src/main/python/ambari_agent/HostCleanup.py
* nohup.out


> HostCleanup script does not work for hosts that are manually registered
> -----------------------------------------------------------------------
>
>                 Key: AMBARI-13284
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13284
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.1.3
>
>
> Found using build #216.
> 1) Please confirm: When you manually register hosts, Ambari does not call to
> check the hosts (and generate the .result file).  
> 2) If #1 is correct, that means host cleanup will not run since the result
> file is not there  
> 3) If the result file is not there, currently the hostcleanup script fails
> with the error below. Can we have it that the script instead runs the check
> and generates the result so it can do the cleanup? It would prompt again "Host
> Check results not found. Generate results yes/no. If no, abort" kinda thing.
>     
>     
>     
>     # python /usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py
>     You have elected to remove all users as well. If it is not intended then use option --skip "users". Do you want to continue [y/n] (y)y
>     Traceback (most recent call last):
>     File "/usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py", line 606, in <module>
>     main()
>     File "/usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py", line 590, in main
>     with open(hostcheckfileca, "rb") as f2:
>     IOError: [Errno 2] No such file or directory: '/var/lib/ambari-agent/data/hostcheck_custom_actions.result'
>     



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