You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2014/04/15 20:52:17 UTC

[jira] [Created] (UIMA-3746) DUCC Agent not killing processes whose state=Stopping

Jerry Cwiklik created UIMA-3746:
-----------------------------------

             Summary: DUCC Agent not killing processes whose state=Stopping
                 Key: UIMA-3746
                 URL: https://issues.apache.org/jira/browse/UIMA-3746
             Project: UIMA
          Issue Type: Bug
          Components: DUCC
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 1.0-Ducc


Looks like an agent is not killing processes that show deallocated=true and state=Stopping. Its been observed that a process (JP) can hang while writing to a log due to quota problem. The agent seems to be getting a notification from the service wrapper that the process is stopping and changes its internal state. 
On subsequent OR publish, the process is deallocated but due to a bug it is never killed. Modify isAlive() in NodeAgent to include check if the process is in  Stopping state when deciding whether to kill the process.
 



--
This message was sent by Atlassian JIRA
(v6.2#6252)