[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

@ -87,7 +87,7 @@ int ObTenantTabletMetaIterator::next(ObTabletInfo &tablet_info)
if (OB_FAIL(tablet_info.assign(prefetched_tablets_.at(prefetch_tablet_idx_)))) {
LOG_WARN("fail to assign tablet_info", KR(ret), K_(prefetch_tablet_idx));
} else if (tablet_info.replica_count() > 0) {
// https://work.aone.alibaba-inc.com/issue/43496533
//
if (OB_FAIL(tablet_info.filter(filters_))) {
LOG_WARN("fail to filter tablet_info", KR(ret), K(tablet_info));
} else {