Fix bug that check response status when broadcast shuffle

This commit is contained in:
obdev
2021-07-16 17:57:13 +08:00
committed by wangzelin.wzl
parent 9547c883a3
commit 9ea292d68b
7 changed files with 49 additions and 51 deletions

View File

@ -110,7 +110,7 @@ int ObDtlAsynSender::asyn_send()
if (OB_FAIL(syn_send())) {
LOG_WARN("failed to syn send message", K(ret));
}
LOG_ERROR("failed to calc batch buffer cnt", K(ret));
LOG_TRACE("failed to calc batch buffer cnt", K(ret));
} else {
dtl::ObDtlChannel* ch = NULL;
int tmp_ret = OB_SUCCESS;