You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "yiguolei (via GitHub)" <gi...@apache.org> on 2024/04/23 09:13:30 UTC

Re: [PR] [chore](session_variable) Add 'data_queue_max_rows' to prevent the DataQueue from occupying too much memory [doris]

yiguolei commented on code in PR #34017:
URL: https://github.com/apache/doris/pull/34017#discussion_r1575923248


##########
be/src/pipeline/exec/data_queue.h:
##########
@@ -93,6 +95,8 @@ class DataQueue {
     // only used by streaming agg source operator
     bool _data_exhausted = false;
 
+    int64_t _max_rows_in_sub_queue = 1;

Review Comment:
   max rows? or max_blocks?



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org