[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -189,7 +189,7 @@ int ObPCVSet::inner_get_cache_obj(ObILibCacheCtx &ctx,
// 如果tenant schema变化了, 但table schema没有过期, 则更新tenant schema
// plan必须不为NULL,因为下层可能会有覆盖错误码的行为,即使计划没有匹配上,
// ret仍然为success,此时tenant schema version又会被推高,可能有正确性问题
// bug link:https://aone.alibaba-inc.com/issue/19829168
// bug link:
if (OB_SUCC(ret) && NULL != matched_pcv && NULL != plan) {
if (OB_FAIL(matched_pcv->lift_tenant_schema_version(new_tenant_schema_version))) {
LOG_WARN("failed to lift pcv's tenant schema version", K(ret));