You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Gary Helmling (JIRA)" <ji...@apache.org> on 2011/01/07 20:09:46 UTC

[jira] Updated: (HBASE-3430) hbase-daemon.sh should clean up PID files on process stop

     [ https://issues.apache.org/jira/browse/HBASE-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Helmling updated HBASE-3430:
---------------------------------

    Attachment: HBASE-3430.patch

Trivial patch to hbase-daemon.sh to delete PID file on stop.

> hbase-daemon.sh should clean up PID files on process stop
> ---------------------------------------------------------
>
>                 Key: HBASE-3430
>                 URL: https://issues.apache.org/jira/browse/HBASE-3430
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>            Reporter: Gary Helmling
>            Priority: Trivial
>         Attachments: HBASE-3430.patch
>
>
> I just did a simple watchdog script for internal use to enable HBase process restarts on failure.  While most of it was easy, I found no way to distinguish between a process failure and intentional stop, since the HBase scripts leave PID files sitting around after shutdown.
> I think it would be generally useful for hbase-daemon.sh to cleanup PID files on successful process stop.  This is really just a matter of adding "rm $pid" after stop completes.  Any concerns/objections?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.