jacktengg commented on code in PR #47312:
URL: https://github.com/apache/doris/pull/47312#discussion_r1926261205


##########
be/src/pipeline/exec/exchange_sink_buffer.cpp:
##########
@@ -458,12 +460,19 @@ void ExchangeSinkBuffer::_set_receiver_eof(InstanceLoId 
id) {
 
     std::queue<TransmitInfo, std::list<TransmitInfo>>& q = 
_instance_to_package_queue[id];
     for (; !q.empty(); q.pop()) {
+        _total_queue_size--;

Review Comment:
   Please add comment for this var and the queue.



-- 
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: commits-unsubscr...@doris.apache.org

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

Reply via email to