HappenLee commented on code in PR #36307: URL: https://github.com/apache/doris/pull/36307#discussion_r1640777258
########## be/src/vec/sink/writer/vtablet_writer.cpp: ########## @@ -556,8 +556,10 @@ Status VNodeChannel::add_block(vectorized::Block* block, const Payload* payload) int VNodeChannel::try_send_and_fetch_status(RuntimeState* state, std::unique_ptr<ThreadPoolToken>& thread_pool_token) { - DBUG_EXECUTE_IF("VNodeChannel.try_send_and_fetch_status_full_gc", - { MemInfo::process_full_gc(); }); + DBUG_EXECUTE_IF("VNodeChannel.try_send_and_fetch_status_full_gc", { + MemInfo::process_full_gc( + doris::GlobalMemoryArbitrator::process_limit_exceeded_errmsg_str()); Review Comment: why here need pass the `doris::GlobalMemoryArbitrator::process_limit_exceeded_errmsg_str()` ? if empty() in function internal will call the func. -- 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