[CP] add new group list for storage
This commit is contained in:
@ -958,7 +958,7 @@ int ObMediumCompactionScheduleFunc::batch_check_medium_meta_table(
|
||||
LOG_WARN("failed to reserve array", KR(ret), "array_cnt", tablet_ls_infos.count());
|
||||
} else if (OB_FAIL(init_tablet_filters(filters))) {
|
||||
LOG_WARN("failed to init tablet filters", K(ret));
|
||||
} else if (OB_FAIL(ObTabletTableOperator::batch_get_tablet_info(GCTX.sql_proxy_, MTL_ID(), tablet_ls_infos, tablet_infos))) {
|
||||
} else if (OB_FAIL(ObTabletTableOperator::batch_get_tablet_info(GCTX.sql_proxy_, MTL_ID(), tablet_ls_infos, share::OBCG_STORAGE /*group_list*/, tablet_infos))) {
|
||||
LOG_WARN("failed to get tablet info", K(ret), K(tablet_ls_infos));
|
||||
} else {
|
||||
time_guard.click(ObCompactionScheduleTimeGuard::SEARCH_META_TABLE);
|
||||
|
||||
Reference in New Issue
Block a user