Report sys tenant's ls info to __all_ls_meta_table

This commit is contained in:
tino247
2022-12-02 06:35:46 +00:00
committed by ob-robot
parent 05d2d7544b
commit da5b2fb1e4
41 changed files with 419 additions and 145 deletions

View File

@ -570,6 +570,7 @@ int ObMigrateLSReplicaTask::check_before_execute(
GCONF.cluster_id,
get_tenant_id(),
get_ls_id(),
share::ObLSTable::COMPOSITE_MODE,
ls_info))) {
LOG_WARN("fail to get log stream info", KR(ret),
"tenant_id", get_tenant_id(),
@ -1022,6 +1023,7 @@ int ObAddLSReplicaTask::check_before_execute(
GCONF.cluster_id,
get_tenant_id(),
get_ls_id(),
share::ObLSTable::COMPOSITE_MODE,
ls_info))) {
LOG_WARN("fail to get log stream info", KR(ret),
"tenant_id", get_tenant_id(),
@ -1494,6 +1496,7 @@ int ObLSTypeTransformTask::check_before_execute(
GCONF.cluster_id,
get_tenant_id(),
get_ls_id(),
share::ObLSTable::COMPOSITE_MODE,
ls_info))) {
LOG_WARN("fail to get log stream info", KR(ret),
"tenant_id", get_tenant_id(),