You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/02/01 06:25:00 UTC

[jira] [Commented] (AMBARI-22864) Agent commands hang even after freeing up disk space on the host

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

Hudson commented on AMBARI-22864:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-branch-2.6 #589 (See [https://builds.apache.org/job/Ambari-branch-2.6/589/])
AMBARI-22864. Agent commands hang even after freeing up disk space on (aonishuk: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=582e35088a2560312b50a305af32f89e38ca0944])
* (edit) ambari-agent/src/main/python/ambari_agent/ActionQueue.py


> Agent commands hang even after freeing up disk space on the host
> ----------------------------------------------------------------
>
>                 Key: AMBARI-22864
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22864
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-agent, ambari-server
>    Affects Versions: 2.6.2
>            Reporter: Vivek Sharma
>            Priority: Critical
>              Labels: pull-request-available, system_test
>             Fix For: 2.6.2
>
>         Attachments: AMBARI-22864.patch, AMBARI-22864.patch, AMBARI-22864.patch, AMBARI-22864.patch
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> *STR*
> # Install a cluster with Ambari-2.6.2 and HDP-2.6.4.0
> # Go the host (say host1) running Nimbus component and restart Nimbus
> # Fill up the disk space on host1 (in my test, the disk space was filled up on the host running Nimbus component)
> # Try to restart Nimbus. Nimbus restart expectedly fails with error:
> {code}
> Caught an exception while executing custom service command: <type 'exceptions.IOError'>: [Errno 28] No space left on device; [Errno 28] No space left on device
> {code}
> # Now free up the disk space on host1 and try to restart Nimbus
>  
> *Result*
> Nimbus restart command hangs and eventually times out
> Looks like the issue is because the action queue is unable to create new command for Nimbus restart.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)