[CP] add new group list for storage

This commit is contained in:
godyangfight
2024-02-08 00:29:51 +00:00
committed by ob-robot
parent d3211dc5be
commit cd13600b1c
29 changed files with 236 additions and 161 deletions

View File

@ -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);