You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2018/07/05 23:47:48 UTC

[GitHub] nlu90 commented on a change in pull request #2951: Counting pending tuples

nlu90 commented on a change in pull request #2951: Counting pending tuples
URL: https://github.com/apache/incubator-heron/pull/2951#discussion_r200516978
 
 

 ##########
 File path: heron/proto/stmgr.proto
 ##########
 @@ -67,4 +67,6 @@ message TupleStreamMessage {
   required int32 task_id = 1;
   // serialized data
   required bytes set = 2;
+  // number of tuples in serialized data
+    required int32 num_tuples = 4;
 
 Review comment:
   I think what you are referring is here: https://github.com/apache/incubator-heron/blob/571a90b7c8452f7922cdc47b91e52de66f5edd70/heron/stmgr/src/cpp/manager/instance-server.cpp#L446

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


With regards,
Apache Git Services