You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Bipin Prasad (Jira)" <ji...@apache.org> on 2020/07/16 05:04:00 UTC

[jira] [Created] (STORM-3675) Eliminate ps command and use /proc/ status in ServerUtils

Bipin Prasad created STORM-3675:
-----------------------------------

             Summary: Eliminate ps command and use /proc/<pid> status in ServerUtils
                 Key: STORM-3675
                 URL: https://issues.apache.org/jira/browse/STORM-3675
             Project: Apache Storm
          Issue Type: Improvement
          Components: storm-server
            Reporter: Bipin Prasad


In ServerUtils.java, the *ps* command is very expensive on loaded Linux system. when trying to determine if all worker processes are dead. Changed ownership or missing /proc/<pid> directory for should be sufficient to detect death of process.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)