You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "kyungwan nam (JIRA)" <ji...@apache.org> on 2017/03/27 09:32:41 UTC

[jira] [Created] (YARN-6401) terminating signal should be able to specify per application to support graceful-stop

kyungwan nam created YARN-6401:
----------------------------------

             Summary: terminating signal should be able to specify per application to support graceful-stop
                 Key: YARN-6401
                 URL: https://issues.apache.org/jira/browse/YARN-6401
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: kyungwan nam


when stop container, first send SIGTERM to the process.
after a while, send SIGKILL if the process is still alive.

above process is always the same for any application.
but, to graceful-stop, sometimes it need to send another signal instead of SIGTERM.

for instance, if apache httpd on slider is running, SIGWINCH should be came to stop gracefully.
the way to stop gracefully is depend on application.
it will be good if we can define a signal to terminate per application.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org