You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Praveen Adlakha (JIRA)" <ji...@apache.org> on 2016/01/17 16:03:39 UTC

[jira] [Commented] (FALCON-442) overwriting of PID while multiple falcon start

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

Praveen Adlakha commented on FALCON-442:
----------------------------------------

I tried to reproduce this one.It is not the case.If we try to run falcon command on a already running falcon-server it gives an error :
{code}
dataqa@blr-test-129:/usr/local/falcon/falcon-distributed-0.9-SNAPSHOT$ bin/falcon-start 
Hadoop is installed, adding hadoop classpath to falcon classpath
falcon running as process 12509. Stop it first.
{code}

> overwriting of PID while multiple falcon start 
> -----------------------------------------------
>
>                 Key: FALCON-442
>                 URL: https://issues.apache.org/jira/browse/FALCON-442
>             Project: Falcon
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 0.4, 0.5
>         Environment: production 
>            Reporter: Samarth Gupta
>            Assignee: Praveen Adlakha
>
> if falcon-start command is run on a already running falcon server, it goes and updates the PID that was stored during the previous falcon-star, however falcon keep running with the original PID.  
> Due to this , when falcon-stop is run we get a missing process error, similar to below. 
> {code}
> /usr/lib/falcon/falconServer/bin/service-stop.sh: line 36: kill: (19518) - No such process
> {code}



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