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

    https://github.com/apache/incubator-apex-core/pull/339#discussion_r65485278
  
    --- Diff: 
engine/src/main/java/com/datatorrent/stram/client/EventsAgent.java ---
    @@ -125,7 +125,7 @@ protected EventsIndexLine parseIndexLine(String line) 
throws JSONException
             totalNumEvents += indexLine.numEvents;
           }
         } catch (Exception ex) {
    -      LOG.warn("Got exception when reading events", ex);
    +      LOG.warn("Cannot read events for {}: {}", appId, ex.toString());
    --- End diff --
    
    @davidyan74 : Do you need to do ex.toString()?


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