You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "yiguolei (via GitHub)" <gi...@apache.org> on 2023/06/02 06:41:02 UTC

[GitHub] [doris] yiguolei commented on a diff in pull request #20326: [Chore](build) remove some unused code and remove some wno

yiguolei commented on code in PR #20326:
URL: https://github.com/apache/doris/pull/20326#discussion_r1213983636


##########
be/src/agent/task_worker_pool.cpp:
##########
@@ -1209,7 +1209,7 @@ void CreateTableTaskPool::_create_tablet_worker_thread_callback() {
         });
         ADOPT_TRACE(trace.get());
         DorisMetrics::instance()->create_tablet_requests_total->increment(1);
-        TRACE("start to create tablet $0", create_tablet_req.tablet_id);
+        TRACE_WITH_ARG("start to create tablet $0", create_tablet_req.tablet_id);

Review Comment:
   直接把TRACE 这堆宏删了吧, 直接换成 VLOG



-- 
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-unsubscribe@doris.apache.org

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


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