Merge remote-tracking branch 'origin/3.0' into enh/opt-transport
This commit is contained in:
parent
f0627eebbd
commit
01c362840f
|
@ -483,7 +483,7 @@ int8_t cliMayRecycleConn(SCliConn* conn) {
|
|||
taosHashGetSize(conn->pQTable) == 0) {
|
||||
code = delConnFromHeapCache(pThrd->connHeapCache, 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,
|
||||
tDebug("%s conn %p failed to remove conn from heap cache since %s", CONN_GET_INST_LABEL(conn), conn,
|
||||
tstrerror(code));
|
||||
return 1;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue