use 500 tenant memory allocator for cs replica ddl service

This commit is contained in:
Tsunaou 2024-10-12 05:17:22 +00:00 committed by ob-robot
parent ceedc31a99
commit 5e45c52767

View File

@ -233,7 +233,6 @@ int ObCSReplicaUtil::check_need_process_cs_replica_for_offline_ddl(
// originally column store
} else {
ObSEArray<ObLSInfo, 8> ls_infos;
ls_infos.set_attr(ObMemAttr(tenant_id, "DDLLSInfos"));
if (OB_ISNULL(GCTX.lst_operator_)) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("lst_operator is null", KR(ret), K(tenant_id));