[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

@ -139,7 +139,7 @@ int ObTablePartitionInfo::calc_phy_table_loc_and_select_leader(ObExecContext &ex
LOG_WARN("fail to calculate phy table location info", K(ret));
} else if (OB_FAIL(candi_table_loc_.all_select_leader(is_on_same_server, same_server))) {
LOG_WARN("fail to all select leader", K(ret), K(candi_table_loc_));
// https://work.aone.alibaba-inc.com/issue/24886577
//
//
// 考虑没有 leader 的场景下,all_select_leader 一定会失败
// 导致 optimize 失败。optimize 失败后,不会进入执行期,进而