This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit e86cc7e8e8be9712723dfa8b9e88a86a29492816 Author: yujun <yu.jun.re...@gmail.com> AuthorDate: Wed Feb 28 10:15:13 2024 +0800 [chore](log) reduce a lot inject debug point log #31474 --- be/src/olap/tablet.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/be/src/olap/tablet.cpp b/be/src/olap/tablet.cpp index 45d11d5a389..72b7b2791df 100644 --- a/be/src/olap/tablet.cpp +++ b/be/src/olap/tablet.cpp @@ -1713,13 +1713,7 @@ void Tablet::build_tablet_report_info(TTabletInfo* tablet_info, auto tablet_id = dp->param<int64>("tablet_id", -1); if (tablet_id != -1 && tablet_id == _tablet_meta->tablet_id()) { auto miss = dp->param<bool>("version_miss", true); - LOG_WARNING("Tablet.build_tablet_report_info.version_miss") - .tag("tablet id", tablet_id) - .tag("version_miss", miss); tablet_info->__set_version_miss(miss); - - } else { - LOG_WARNING("Tablet.build_tablet_report_info.version_miss").tag("tablet id", tablet_id); } }); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org