This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/spill_and_reserve by this push: new 4960aa52332 fix bug 4960aa52332 is described below commit 4960aa52332345a3588e471ff794999a672b0a19 Author: yiguolei <guo...@selectdb.com> AuthorDate: Sat Nov 16 14:26:30 2024 +0800 fix bug --- be/src/runtime/workload_group/workload_group_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/runtime/workload_group/workload_group_manager.cpp b/be/src/runtime/workload_group/workload_group_manager.cpp index b3c8d794af1..8d82817b3b0 100644 --- a/be/src/runtime/workload_group/workload_group_manager.cpp +++ b/be/src/runtime/workload_group/workload_group_manager.cpp @@ -260,7 +260,7 @@ void WorkloadGroupMgr::add_paused_query(const std::shared_ptr<QueryContext>& que if (inserted) { query_ctx->set_memory_sufficient(false); LOG(INFO) << "Insert one new paused query: " << query_ctx->debug_string() - << ", workload group: " << wg->debug_string() + << ", workload group: " << wg->debug_string(); } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org