[FEAT MERGE] merge transfer

Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
This commit is contained in:
xuhuleon
2023-06-21 11:42:26 +00:00
committed by ob-robot
parent d06678002e
commit 9dae112952
1280 changed files with 149724 additions and 48813 deletions

View File

@ -60,12 +60,15 @@ public:
common::ObISQLClient &client,
const uint64_t tenant_id,
uint64_t &data_version);
// parse GCONF.all_server_list
// @params[in] excluded_server_list, servers which will not be included in the output
// @params[out] config_all_server_list, servers in (GCONF.all_server_list - excluded_server_list)
static int parse_all_server_list(
const ObArray<ObAddr> &excluded_server_list,
ObArray<ObAddr> &config_all_server_list);
static bool is_tenant_enable_rebalance(const uint64_t tenant_id);
};
}//end namespace share
}//end namespace oceanbase