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

    https://github.com/apache/incubator-apex-core/pull/265#discussion_r55391551
  
    --- 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 --
    
    You will find that many toString implementations use the short name as it 
is sufficient to convey the  required information.


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