hongkun-Shao commented on code in PR #30875:
URL: https://github.com/apache/doris/pull/30875#discussion_r1482485317


##########
be/src/olap/task/engine_batch_load_task.cpp:
##########
@@ -274,12 +275,18 @@ Status EngineBatchLoadTask::_push(const TPushReq& request,
 
     if (tablet_info_vec == nullptr) {
         DorisMetrics::instance()->push_requests_fail_total->increment(1);
+        if (config::enable_bvar_metrics) {

Review Comment:
   it just use to test, finally wil delete all metrics and add bvar_metrics



-- 
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