gavinchou commented on code in PR #51448:
URL: https://github.com/apache/doris/pull/51448#discussion_r2156319295
##########
cloud/src/main.cpp:
##########
@@ -236,7 +236,10 @@ int main(int argc, char** argv) {
std::cout << "try to start meta_service, recycler" << std::endl;
}
-
google::SetCommandLineOption("bvar_max_dump_multi_dimension_metric_number",
"2000");
+ if (config::enable_recycler_metrics) {
Review Comment:
只需把 scan_and_stats 关了就行 不能把所有的都关了
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]