gavinchou commented on code in PR #55544:
URL: https://github.com/apache/doris/pull/55544#discussion_r2320921432
##########
cloud/src/common/bvars.cpp:
##########
@@ -94,6 +95,13 @@ BvarLatencyRecorderWithTag
g_bvar_ms_set_cluster_status("ms", "set_cluster_statu
BvarLatencyRecorderWithTag g_bvar_ms_check_kv("ms", "check_kv");
BvarLatencyRecorderWithTag g_bvar_ms_get_schema_dict("ms", "get_schema_dict");
bvar::Adder<int64_t> g_bvar_update_delete_bitmap_fail_counter;
+bvar::IntRecorder g_bvar_commit_txn_with_partition_count("ms",
"commit_txn_with_partition_count_avg");
+bvar::IntRecorder g_bvar_commit_txn_with_tablet_count("ms",
"commit_txn_with_tablet_count_avg");
+bvar::Maxer<int64_t> g_bvar_commit_txn_with_partition_max("ms",
"commit_txn_with_partition_count_max");
Review Comment:
max seems does not make sense
--
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]