You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/09/03 02:24:51 UTC

[jira] [Commented] (HADOOP-11055) non-daemon pid files are missing

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

Allen Wittenauer commented on HADOOP-11055:
-------------------------------------------

OK, this appears to be fairly easy to solve.  The big thing is that the pid file var needs to get sent to start_daemon so that it can write the pid file *before* launching java.  The exec will replace the running process with the java, but the pid should not change.  

This, however, means breaking/updating the params that get sent to start_daemon. Since this is an unreleased version, not a big deal.

> non-daemon pid files are missing
> --------------------------------
>
>                 Key: HADOOP-11055
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11055
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: scripts
>            Reporter: Allen Wittenauer
>            Priority: Blocker
>
> Somewhere along the way, daemons run in default mode lost pid files.



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