fix/TD-32703-add-log
This commit is contained in:
parent
ff2f2f2b5f
commit
23249271fb
|
@ -3090,7 +3090,7 @@ int32_t transReleaseCliHandle(void* handle) {
|
||||||
|
|
||||||
static int32_t transInitMsg(void* pInstRef, const SEpSet* pEpSet, STransMsg* pReq, STransCtx* ctx, SCliReq** pCliMsg) {
|
static int32_t transInitMsg(void* pInstRef, const SEpSet* pEpSet, STransMsg* pReq, STransCtx* ctx, SCliReq** pCliMsg) {
|
||||||
int32_t code = 0;
|
int32_t code = 0;
|
||||||
TRACE_SET_MSGID(&pReq->info.traceId, tGenIdPI64());
|
if (pReq->info.traceId.msgId == 0) TRACE_SET_MSGID(&pReq->info.traceId, tGenIdPI64());
|
||||||
|
|
||||||
SCliReq* pCliReq = NULL;
|
SCliReq* pCliReq = NULL;
|
||||||
SReqCtx* pCtx = taosMemoryCalloc(1, sizeof(SReqCtx));
|
SReqCtx* pCtx = taosMemoryCalloc(1, sizeof(SReqCtx));
|
||||||
|
|
Loading…
Reference in New Issue