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

    https://github.com/apache/storm/pull/1575#discussion_r71470446
  
    --- Diff: storm-core/src/jvm/org/apache/storm/utils/Utils.java ---
    @@ -1772,6 +1783,7 @@ public static String uuid() {
         public static void exitProcess (int val, String msg) {
             String combinedErrorMessage = "Halting process: " + msg;
             LOG.error(combinedErrorMessage, new 
RuntimeException(combinedErrorMessage));
    +        isJVMShutdownInitiated.set(Boolean.TRUE);
    --- End diff --
    
    ShellSpout and ShellBolt just call System.exit() directly from their die() 
method. You may want to change those too.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to