add trace log
This commit is contained in:
parent
a8b53c2e69
commit
ac10f0f9b4
|
@ -140,7 +140,7 @@ SStreamState* streamStateOpen(char* path, void* pTask, bool specPath, int32_t sz
|
||||||
pState->pTdbState->pBackendCfWrapper = taosAcquireRef(streamBackendCfWrapperId, id);
|
pState->pTdbState->pBackendCfWrapper = taosAcquireRef(streamBackendCfWrapperId, id);
|
||||||
// already exist stream task for
|
// already exist stream task for
|
||||||
qInfo("already exist stream state for %s", pState->pTdbState->idstr);
|
qInfo("already exist stream state for %s", pState->pTdbState->idstr);
|
||||||
taosAcquireRef(streamBackendId, pState->streamBackendRid);
|
// taosAcquireRef(streamBackendId, pState->streamBackendRid);
|
||||||
}
|
}
|
||||||
taosThreadMutexUnlock(&pMeta->backendMutex);
|
taosThreadMutexUnlock(&pMeta->backendMutex);
|
||||||
|
|
||||||
|
|
|
@ -196,8 +196,6 @@ static bool uvHandleReq(SSvrConn* pConn) {
|
||||||
tError("%s conn %p recv invalid packet, failed to decompress", transLabel(pTransInst), pConn);
|
tError("%s conn %p recv invalid packet, failed to decompress", transLabel(pTransInst), pConn);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
tDebug("head version: %d 2", pHead->version);
|
|
||||||
|
|
||||||
pHead->code = htonl(pHead->code);
|
pHead->code = htonl(pHead->code);
|
||||||
pHead->msgLen = htonl(pHead->msgLen);
|
pHead->msgLen = htonl(pHead->msgLen);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue