[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

@ -203,7 +203,7 @@ int ObPxSqcAsyncProxy::wait_all() {
if (cb_result.rc_ == OB_ERR_INSUFFICIENT_PX_WORKER) {
// 没有获得足够的px worker,不需要再做内部SQC的重试,防止死锁
// SQC如果没有获得足够的worker,外层直接进行query级别的重试
// https://work.aone.alibaba-inc.com/issue/28434557
//
LOG_INFO("can't get enough worker resource, and not retry",
K(cb_result.rc_), K(*sqcs_.at(idx)));
}