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 223e58a460a change some log to debug
223e58a460a is described below
commit 223e58a460a08582321973fc7f6ca9c53c1f8040
Author: yiguolei <[email protected]>
AuthorDate: Wed Jan 15 13:47:55 2025 +0800
change some log to debug
---
be/src/agent/workload_group_listener.cpp | 14 +++++++-------
be/src/vec/exec/scan/scanner_scheduler.cpp | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/be/src/agent/workload_group_listener.cpp
b/be/src/agent/workload_group_listener.cpp
index 741f064a844..bc7affed4ca 100644
--- a/be/src/agent/workload_group_listener.cpp
+++ b/be/src/agent/workload_group_listener.cpp
@@ -69,13 +69,13 @@ void WorkloadGroupListener::handle_topic_info(const
std::vector<TopicInfo>& topi
// 5 upsert io throttle
wg->upsert_scan_io_throttle(&workload_group_info);
- LOG(INFO) << "[topic_publish_wg]update workload group finish, wg info="
- << wg->debug_string() << ", enable_cpu_hard_limit="
- << (_exec_env->workload_group_mgr()->enable_cpu_hard_limit()
? "true" : "false")
- << ", cgroup cpu_shares=" <<
workload_group_info.cgroup_cpu_shares
- << ", cgroup cpu_hard_limit=" <<
workload_group_info.cgroup_cpu_hard_limit
- << ", cgroup home path=" << config::doris_cgroup_cpu_path
- << ", list size=" << list_size << ", thread info=" <<
wg->thread_debug_info();
+ VLOG_DEBUG << "[topic_publish_wg]update workload group finish, wg
info="
+ << wg->debug_string() << ", enable_cpu_hard_limit="
+ <<
(_exec_env->workload_group_mgr()->enable_cpu_hard_limit() ? "true" : "false")
+ << ", cgroup cpu_shares=" <<
workload_group_info.cgroup_cpu_shares
+ << ", cgroup cpu_hard_limit=" <<
workload_group_info.cgroup_cpu_hard_limit
+ << ", cgroup home path=" << config::doris_cgroup_cpu_path
+ << ", list size=" << list_size << ", thread info=" <<
wg->thread_debug_info();
}
// NOTE(wb) when is_set_workload_group_info=false, it means FE send a
empty workload group list
diff --git a/be/src/vec/exec/scan/scanner_scheduler.cpp
b/be/src/vec/exec/scan/scanner_scheduler.cpp
index 530d9371059..0c99a4d8e20 100644
--- a/be/src/vec/exec/scan/scanner_scheduler.cpp
+++ b/be/src/vec/exec/scan/scanner_scheduler.cpp
@@ -205,7 +205,7 @@ void handle_reserve_memory_failure(RuntimeState* state,
std::shared_ptr<ScannerC
if (!st.is<ErrorCode::PROCESS_MEMORY_EXCEEDED>()) {
debug_msg += fmt::format(", debug info: {}",
GlobalMemoryArbitrator::process_mem_log_str());
}
- LOG(INFO) << debug_msg;
+ VLOG_DEBUG << debug_msg;
state->get_query_ctx()->set_low_memory_mode();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]