gavinchou commented on code in PR #51649:
URL: https://github.com/apache/doris/pull/51649#discussion_r2163176776
##########
be/src/cloud/cloud_tablet_mgr.cpp:
##########
@@ -31,6 +31,10 @@
namespace doris {
uint64_t g_tablet_report_inactive_duration_ms = 0;
+bvar::Adder<uint64_t> g_base_compaction_not_frozen_tablet_num(
+ "g_base_compaction_not_frozen_tablet_num");
+bvar::Adder<uint64_t> g_cumu_compaction_not_frozen_tablet_num(
+ "g_cumu_compaction_not_frozen_tablet_num");
Review Comment:
naming "g_cumu_compaction_not_frozen_tablet_num"
should eleminate "g_"
--
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]