add config

This commit is contained in:
yihaoDeng 2024-10-06 09:58:22 +08:00
parent 9d31855ccf
commit 71aca38fe5
1 changed files with 1 additions and 1 deletions

View File

@ -565,10 +565,10 @@ int32_t cliHandleState_mayCreateAhandle(SCliConn* conn, STransMsgHead* pHead, ST
}
STransCtx* pCtx = taosHashGet(conn->pQTable, &qId, sizeof(qId));
pCtx->st = taosGetTimestampUs();
if (pCtx == 0) {
return TSDB_CODE_RPC_NO_STATE;
}
pCtx->st = taosGetTimestampUs();
STraceId* trace = &pHead->traceId;
pResp->info.ahandle = transCtxDumpVal(pCtx, pHead->msgType);
tGDebug("%s conn %p %s received from %s, local info:%s, sid:%" PRId64 ", create ahandle %p by %s",