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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org