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

[jira] [Updated] (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 ]

Valerie Mallder updated OODT-874:
---------------------------------
    Affects Version/s: 0.10
        Fix Version/s: 0.11
          Description: 
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




  was:
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




          Component/s: resource manager
              Summary: wmgr and resmgr scripts do not delete their cas.[workflow|resmgr].pid files  (was: workflow/bin/wmgr does not delete cas.workflow.pid)

> 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
>
>
> 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)