gavinchou commented on code in PR #44761: URL: https://github.com/apache/doris/pull/44761#discussion_r1864743777
########## cloud/src/recycler/meta_checker.cpp: ########## @@ -173,6 +176,12 @@ bool MetaChecker::check_fdb_by_fe_meta(MYSQL* conn) { MYSQL_ROW row = mysql_fetch_row(result); TabletInfo tablet_info = {0}; tablet_info.tablet_id = atoll(row[0]); + if (config::enable_meta_checker_verbose_log) { Review Comment: use VLOG instead -- 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