Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-6401

terminating signal should be able to specify per application to support graceful-stop

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kyungwan nam kyungwan nam
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: