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

    https://github.com/apache/storm/pull/2638#discussion_r182843808
  
    --- Diff: storm-client/src/jvm/org/apache/storm/utils/Utils.java ---
    @@ -361,6 +363,7 @@ public void run() {
                                 Time.sleep(s);
                         }
                     } catch (Throwable t) {
    +                    LOG.info("Async loop Exception Stacktrace is: {} ", 
getStackTrace(t));
    --- End diff --
    
    The method can return at line 370 without reaching 372. We had instances 
where users could not understand root cause of the interrupt exception.


---

Reply via email to