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

This commit is contained in:
yihaoDeng 2024-10-11 18:24:11 +08:00
parent f27ff536eb
commit 1a5477f2b5
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@ static int32_t cliCreateConn2(SCliThrd* pThrd, SCliReq* pReq, SCliConn** ppConn)
code = addConnToHeapCache(pThrd->connHeapCache, pConn);
// code = 0, succ
// code = 0,
// code = TSDB_CODE_RPC_NETWORK_UNAVALI, fail fast, and not insert into conn heap
if (code != 0 && code != TSDB_CODE_RPC_NETWORK_UNAVAIL) {
TAOS_CHECK_GOTO(code, NULL, _exception);
}