balance group memory use owner tenant

This commit is contained in:
maosy
2023-06-28 01:42:11 +00:00
committed by ob-robot
parent 05c349a3e7
commit 822e2f2a7f

View File

@ -29,7 +29,10 @@ namespace rootserver
class ObLSBalanceGroupInfo final
{
public:
ObLSBalanceGroupInfo() : inited_(false), ls_id_(), alloc_(), bg_map_(), orig_part_group_cnt_map_() {}
ObLSBalanceGroupInfo() : inited_(false), ls_id_(),
alloc_("LSBGInfo", common::OB_MALLOC_NORMAL_BLOCK_SIZE,
MTL_ID()),
bg_map_(), orig_part_group_cnt_map_() {}
~ObLSBalanceGroupInfo() { destroy(); }
int init(const share::ObLSID &ls_id);