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


##########
be/src/pipeline/pipeline_task.cpp:
##########
@@ -527,6 +530,20 @@ Status PipelineTask::execute(bool* done) {
                         ->task_controller()
                         ->is_enable_reserve_memory() &&
                 reserve_size > 0) {
+                if (should_trigger_revoking(reserve_size)) {

Review Comment:
   为什么不能依靠下面的_try_to_reserve_memory 来做paused 的判断,这里要再写一个逻辑?



-- 
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]

Reply via email to