You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2015/09/10 22:09:46 UTC

[jira] [Reopened] (OODT-874) wmgr and resmgr scripts do not delete their cas.[workflow|resmgr].pid files

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

Chris A. Mattmann reopened OODT-874:
------------------------------------

> wmgr and resmgr scripts do not delete their cas.[workflow|resmgr].pid files
> ---------------------------------------------------------------------------
>
>                 Key: OODT-874
>                 URL: https://issues.apache.org/jira/browse/OODT-874
>             Project: OODT
>          Issue Type: Bug
>          Components: resource manager, workflow manager
>    Affects Versions: 0.9, 0.10
>            Reporter: Valerie Mallder
>            Assignee: Valerie Mallder
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: OODT-874.mallder.patch
>
>
> The wmgr script does not delete cas.workflow.pid when it receives the 'stop' command. Need to add the following statement in the stop case:
>         rm -f ${RUN_HOME}/cas.filemgr.pid
> The resmgr script does not delete cas.resmgr.pid when it receives the 'stop' command. Need to add the following statement in the stop case:
>         rm -f ${RUN_HOME}/cas.resmgr.pid



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