hust-hhb commented on code in PR #44691: URL: https://github.com/apache/doris/pull/44691#discussion_r1869765643
########## cloud/src/meta-service/meta_service_tablet_stats.cpp: ########## @@ -36,7 +36,8 @@ namespace doris::cloud { -void internal_get_tablet_stats(MetaServiceCode& code, std::string& msg, Transaction* txn, +void internal_get_tablet_stats(MetaServiceCode& code, std::string& msg, + std::unique_ptr<Transaction>& txn, std::shared_ptr<TxnKv>& txn_kv, Review Comment: @gavinchou already change the code, take a look please -- 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