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

    https://github.com/apache/incubator-apex-core/pull/265#discussion_r55402374
  
    --- Diff: 
bufferserver/src/main/java/com/datatorrent/bufferserver/internal/LogicalNode.java
 ---
    @@ -346,7 +346,9 @@ public void boot(EventLoop eventloop)
       @Override
       public String toString()
       {
    -    return "LogicalNode{" + "upstream=" + upstream + ", group=" + group + 
", partitions=" + partitions + ", iterator=" + iterator + '}';
    +    return getClass().getName() + "@" + Integer.toHexString(hashCode()) +
    --- End diff --
    
    To avoid extra processing done by getSimpleName(), I hardcoded name to be 
LogicalNode. There are classes that extend LogicalNode, so this should be OK as 
well.


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