yiguolei commented on code in PR #41264: URL: https://github.com/apache/doris/pull/41264#discussion_r1775048157
########## be/src/pipeline/exec/partitioned_hash_join_sink_operator.cpp: ########## @@ -315,10 +318,12 @@ Status PartitionedHashJoinSinkLocalState::revoke_memory(RuntimeState* state) { }); state->get_query_ctx()->increase_revoking_tasks_count(); + if (spill_context) { + spill_context->on_task_created(); Review Comment: 如果我们再创建spill context的地方初始化好task的数量,这里可以没有这个调用了 -- 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