You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Vinay (JIRA)" <ji...@apache.org> on 2013/08/30 09:10:52 UTC

[jira] [Created] (HADOOP-9921) daemon scripts should remove pid file on stop call after stop or process is found not running

Vinay created HADOOP-9921:
-----------------------------

             Summary: daemon scripts should remove pid file on stop call after stop or process is found not running
                 Key: HADOOP-9921
                 URL: https://issues.apache.org/jira/browse/HADOOP-9921
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Vinay
            Assignee: Vinay


daemon scripts should remove the pid file on stop call using daemon script.

Should remove the pid file, even though process is not running.

same pid file will be used by start command. At that time, if the same pid is assigned to some other process, then start may fail.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira