You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/07/25 04:49:00 UTC

[GitHub] [incubator-doris] imay commented on a change in pull request #1546: Fix bugs of Broker load

imay commented on a change in pull request #1546: Fix bugs of Broker load
URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307111281
 
 

 ##########
 File path: be/src/exec/tablet_sink.h
 ##########
 @@ -263,6 +266,8 @@ class OlapTableSink : public DataSink {
 
     // BE id -> execution time of add batch in us
     std::unordered_map<int64_t, int64_t> _node_add_batch_time_map;
+    std::unordered_map<int64_t, int64_t> _node_add_batch_wait_time_map;
+    std::unordered_map<int64_t, int64_t> _node_add_batch_num_map;
 
 Review comment:
   use a struct to enclose these

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org