yiguolei commented on code in PR #25739:
URL: https://github.com/apache/doris/pull/25739#discussion_r1368268706
##########
be/src/runtime/fragment_mgr.cpp:
##########
@@ -451,8 +452,13 @@ void
FragmentMgr::_exec_actual(std::shared_ptr<PlanFragmentExecutor> fragment_ex
{
std::lock_guard<std::mutex> lock(_lock);
_fragment_map.erase(fragment_executor->fragment_instance_id());
+ LOG_INFO("Instance {} finished",
+ PrintInstanceStandardInfo(fragment_executor->query_id(),
+ fragment_executor->fragment_id(),
Review Comment:
不要打印fragment id了,没有用
我们再BE 上的log,只保留 query id 和 fragment instance id吧
##########
be/src/runtime/fragment_mgr.cpp:
##########
@@ -451,8 +452,13 @@ void
FragmentMgr::_exec_actual(std::shared_ptr<PlanFragmentExecutor> fragment_ex
{
std::lock_guard<std::mutex> lock(_lock);
_fragment_map.erase(fragment_executor->fragment_instance_id());
+ LOG_INFO("Instance {} finished",
+ PrintInstanceStandardInfo(fragment_executor->query_id(),
+ fragment_executor->fragment_id(),
Review Comment:
不要打印fragment id了,没有用
我们再BE 上的log,只保留 query id 和 fragment instance id吧
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]