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/02 23:42:58 UTC

[GitHub] nwangtw commented on a change in pull request #2945: Counting pending tuples

nwangtw commented on a change in pull request #2945: Counting pending tuples
URL: https://github.com/apache/incubator-heron/pull/2945#discussion_r199649626
 
 

 ##########
 File path: heron/stmgr/src/cpp/manager/instance-server.h
 ##########
 @@ -163,6 +164,14 @@ class InstanceServer : public Server {
   typedef std::unordered_map<sp_string, heron::common::MultiMeanMetric*> ConnectionBufferMetricMap;
   ConnectionBufferMetricMap connection_buffer_metric_map_;
 
+  // map of Instance_id to queue length metric
+  typedef std::unordered_map<sp_string, heron::common::MultiCountMetric*>
+   ConnectionBufferLengthMetricMap;
 
 Review comment:
   bad indent

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