gavinchou commented on code in PR #55544:
URL: https://github.com/apache/doris/pull/55544#discussion_r2343026182


##########
cloud/src/common/bvars.cpp:
##########
@@ -565,3 +575,16 @@ mBvarInt64Adder 
g_bvar_rpc_kv_get_txn_id_get_bytes("rpc_kv_get_txn_id_get_bytes"
 mBvarStatus<int64_t> g_bvar_fdb_kv_ranges_count("fdb_kv_ranges_count", 
{"category","instance_id", "sub_category"});
 
 // clang-format on
+
+void record_txn_commit_stats(doris::cloud::Transaction* txn, const 
std::string& instance_id,

Review Comment:
   we can move this function to meta_service_txn.cpp, since it is doris txn 
scoped function.



-- 
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]

Reply via email to