fix check_merge_interval_time in case when cluster has been restarted

This commit is contained in:
obdev
2022-11-23 06:37:39 +00:00
committed by wangzelin.wzl
parent 5b1e49b03d
commit 309fba2516
3 changed files with 70 additions and 5 deletions

View File

@ -53,6 +53,7 @@ public:
virtual int update_stop_time(const common::ObAddr &server,
const int64_t stop_time);
virtual int update_with_partition(const common::ObAddr &server, bool with_partition);
int get_start_service_time(const common::ObAddr &server, int64_t &start_service_time) const;
private:
int build_server_status(const common::sqlclient::ObMySQLResult &res,