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

    https://github.com/apache/storm/pull/2638#discussion_r182833894
  
    --- 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 --
    
    Why isn't the stack trace available from the log in line 372? 


---

Reply via email to