Merge remote-tracking branch 'origin/3.0' into enh/opt-transport

This commit is contained in:
yihaoDeng 2024-09-28 15:56:58 +08:00
parent 1402942f35
commit 079f757ebb
1 changed files with 2 additions and 2 deletions

View File

@ -1776,10 +1776,10 @@ void cliHandleBatchReq(SCliThrd* pThrd, SCliReq* pReq) {
} else if (code == 0) {
code = addConnToHeapCache(pThrd->connHeapCache, pConn);
if (code != 0) {
TAOS_CHECK_GOTO(code, &lino, _exception);
tWarn("%s conn %p failed to added to heap cache since %s", pInst->label, tstrerror(code));
}
} else {
TAOS_CHECK_GOTO(code, &lino, _exception);
// TAOS_CHECK_GOTO(code, &lino, _exception);
return;
}
}