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

This commit is contained in:
yihaoDeng 2024-10-12 11:16:51 +08:00
parent bbecb9e7a9
commit a6b59ae4f5
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ int8_t cliMayRecycleConn(SCliConn* conn) {
if (code == TSDB_CODE_RPC_ASYNC_IN_PROCESS) {
tError("%s conn %p failed to remove conn from heap cache since %s", CONN_GET_INST_LABEL(conn), conn,
tstrerror(code));
return 0;
return 1;
} else {
tError("%s conn %p failed to remove conn from heap cache since %s", CONN_GET_INST_LABEL(conn), conn,
tstrerror(code));