Github user d2r commented on a diff in the pull request:

    https://github.com/apache/storm/pull/672#discussion_r36751725
  
    --- Diff: storm-core/src/clj/backtype/storm/daemon/supervisor.clj ---
    @@ -262,7 +262,7 @@
           (psim/kill-process thread-pid))
         (doseq [pid pids]
           (if as-user
    -        (worker-launcher-and-wait conf user ["signal" pid "9"] :log-prefix 
(str "kill -15 " pid))
    +        (worker-launcher-and-wait conf user ["signal" pid "9"] :log-prefix 
(str "kill -9 " pid))
    --- End diff --
    
    @caofangkun You are correct.  The JIRA title is wrong.
    
    We want to send the SIGTERM, then wait, then send SIGKILL.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to