gavinchou commented on code in PR #59093:
URL: https://github.com/apache/doris/pull/59093#discussion_r2629261990
##########
be/src/cloud/cloud_warm_up_manager.h:
##########
@@ -98,6 +98,8 @@ class CloudWarmUpManager {
std::unordered_map<int64_t, std::pair<std::string, int32_t>>
get_all_balanced_tablets() const;
private:
+ void schedule_remove_balanced_tablet(int64_t tablet_id);
+ static void clean_up_expired_mappings(void* arg);
Review Comment:
why do we expose this static function from .cpp file
--
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]