fix unexpected standby sync drop tenant

This commit is contained in:
obdev
2023-02-07 16:27:36 +08:00
committed by ob-robot
parent 6131b0b837
commit aa79fe6a3f

View File

@ -612,7 +612,7 @@ int ObRecoveryLSService::check_valid_to_operator_ls_(
ret = OB_INVALID_ARGUMENT;
LOG_WARN("syns scn is invalid", KR(ret), K(sync_scn), K(ls_attr));
} else if (share::is_ls_tenant_drop_pre_op(ls_attr.get_ls_operatin_type())) {
ret = OB_ITER_END;
ret = OB_ITER_STOP;
LOG_WARN("can not process ls operator after tenant dropping", K(ls_attr));
} else if (share::is_ls_tenant_drop_op(ls_attr.get_ls_operatin_type())) {
ret = OB_ERR_UNEXPECTED;