xinyiZzz commented on a change in pull request #8322:
URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r823742578
##########
File path: be/src/runtime/data_stream_recvr.cc
##########
@@ -184,6 +184,8 @@ Status DataStreamRecvr::SenderQueue::get_batch(RowBatch**
next_batch) {
if (!_pending_closures.empty()) {
auto closure_pair = _pending_closures.front();
+ // When the batch queue reaches the upper limit of memory, calling run
to let
+ // brpc send data packets may cause additional memory to be released
Review comment:
done
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]