This is an automated email from the ASF dual-hosted git repository.
jacktengg 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 16b7e8636a6 remove unnecessary log
16b7e8636a6 is described below
commit 16b7e8636a688cfc70b8b5b5bf9ac09a22518b2d
Author: jacktengg <[email protected]>
AuthorDate: Fri Dec 6 11:35:14 2024 +0800
remove unnecessary log
---
be/src/runtime/workload_group/workload_group_manager.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/be/src/runtime/workload_group/workload_group_manager.cpp
b/be/src/runtime/workload_group/workload_group_manager.cpp
index a5993e89793..3d0a999d5d3 100644
--- a/be/src/runtime/workload_group/workload_group_manager.cpp
+++ b/be/src/runtime/workload_group/workload_group_manager.cpp
@@ -312,12 +312,10 @@ void WorkloadGroupMgr::handle_paused_queries() {
std::unique_lock<std::mutex> lock(_paused_queries_lock);
bool has_revoked_from_other_group = false;
- LOG_IF(INFO, _paused_queries_list.empty()) << "empty _paused_queries_list";
for (auto it = _paused_queries_list.begin(); it !=
_paused_queries_list.end();) {
auto& queries_list = it->second;
const auto& wg = it->first;
- LOG_IF(INFO, queries_list.empty()) << "empty queries_list";
LOG_EVERY_T(INFO, 120) << "Paused queries count: " <<
queries_list.size();
bool is_low_watermark = false;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]