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

    https://github.com/apache/storm/pull/672#discussion_r36708996
  
    --- 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 --
    
    I think should change the signal value but not the ```log-prefix```
    should be 
     ```(worker-launcher-and-wait conf user ["signal" pid "15"] :log-prefix 
(str "kill -15 " pid))```


---
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