HappenLee commented on a change in pull request #3928:
URL: https://github.com/apache/incubator-doris/pull/3928#discussion_r444612282
##########
File path: be/src/runtime/data_stream_recvr.cc
##########
@@ -176,14 +176,12 @@ Status DataStreamRecvr::SenderQueue::get_batch(RowBatch**
next_batch) {
*next_batch = _current_batch.get();
if (!_pending_closures.empty()) {
- auto done = _pending_closures.front();
- done->Run();
+ auto closure_pair = _pending_closures.front();
+ closure_pair.first->Run();
Review comment:

@chaoyli Hiļ¼the MonotonicStopWatch start here.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]