This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 7c218eebede [branch-3.0](log) Remove useless BE execution log (#42696)
(#45935)
7c218eebede is described below
commit 7c218eebede33ccff9033004f2dc498b84a28ae5
Author: zclllyybb <[email protected]>
AuthorDate: Thu Jan 2 17:53:25 2025 +0800
[branch-3.0](log) Remove useless BE execution log (#42696) (#45935)
pick https://github.com/apache/doris/pull/42696
---
be/src/runtime/fragment_mgr.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/be/src/runtime/fragment_mgr.cpp b/be/src/runtime/fragment_mgr.cpp
index ecf721e9302..af4c5ac29e9 100644
--- a/be/src/runtime/fragment_mgr.cpp
+++ b/be/src/runtime/fragment_mgr.cpp
@@ -640,9 +640,6 @@ void FragmentMgr::remove_pipeline_context(
g_fragment_executing_count << -1;
g_fragment_last_active_time.set_value(now);
- // this log will show when a query is really finished in BEs
- LOG_INFO("Removing query {} fragment {}", print_id(query_id),
f_context->get_fragment_id());
-
std::unique_lock lock(_pipeline_map_mutex);
_pipeline_map.erase({query_id, f_context->get_fragment_id()});
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]