You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Daniel Pravat (JIRA)" <ji...@apache.org> on 2016/05/20 00:17:12 UTC

[jira] [Created] (MESOS-5420) Implement os::exists for processes

Daniel Pravat created MESOS-5420:
------------------------------------

             Summary: Implement os::exists for processes
                 Key: MESOS-5420
                 URL: https://issues.apache.org/jira/browse/MESOS-5420
             Project: Mesos
          Issue Type: Improvement
         Environment: Windows
            Reporter: Daniel Pravat
            Assignee: Daniel Pravat


os::exists returns true if the process identified by the parameter is still running or was running. In Windows,  subprocess class  keeps an open handle to the process, allowing ReaperProcess::reap to get the exit code even if the process is terminated.



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