HappenLee commented on code in PR #42900:
URL: https://github.com/apache/doris/pull/42900#discussion_r1822449200


##########
be/src/runtime/fragment_mgr.cpp:
##########
@@ -701,20 +702,20 @@ Status FragmentMgr::_get_query_ctx(const Params& params, 
TUniqueId query_id, boo
                 
_exec_env->runtime_query_statistics_mgr()->set_workload_group_id(print_id(query_id),
                                                                                
  tg_id);
 
-                LOG(INFO) << "Query/load id: " << 
print_id(query_ctx->query_id())
-                          << ", use workload group: " << 
workload_group_ptr->debug_string()
-                          << ", is pipeline: " << ((int)is_pipeline);
+                VLOG_NOTICE << "Query/load id: " << 
print_id(query_ctx->query_id())
+                            << ", use workload group: " << 
workload_group_ptr->debug_string()
+                            << ", is pipeline: " << ((int)is_pipeline);

Review Comment:
   remove the is pipeline



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to