morningman commented on a change in pull request #3858: URL: https://github.com/apache/incubator-doris/pull/3858#discussion_r440120241
########## File path: be/src/runtime/data_stream_recvr.h ########## @@ -163,6 +163,7 @@ class DataStreamRecvr { // receiver and placed in _sender_queue_pool. std::vector<SenderQueue*> _sender_queues; + std::map<google::protobuf::Closure*, MonotonicStopWatch> _closere_clock_map; Review comment: ```suggestion std::map<google::protobuf::Closure*, MonotonicStopWatch> _closure_clock_map; ``` ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org