srdo commented on a change in pull request #3052: STORM-3436: Set TupleInfo 
root id, so we can log it when topology deb…
URL: https://github.com/apache/storm/pull/3052#discussion_r298822729
 
 

 ##########
 File path: 
storm-client/src/jvm/org/apache/storm/executor/spout/SpoutOutputCollectorImpl.java
 ##########
 @@ -172,7 +173,7 @@ public void reportError(Throwable error) {
             globalTupleInfo.setValues(values);
             globalTupleInfo.setMessageId(messageId);
             globalTupleInfo.setTimestamp(0);
-            globalTupleInfo.setId("0:");
+            globalTupleInfo.setRootId(0);
 
 Review comment:
   Thanks, fixed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to