fix(stream): fix syntax error.
This commit is contained in:
parent
bf9a5135fb
commit
82293406f1
|
@ -2324,7 +2324,8 @@ static int32_t mndProcessNodeCheckReq(SRpcMsg *pMsg) {
|
||||||
taosArrayDestroy(execInfo.pNodeList);
|
taosArrayDestroy(execInfo.pNodeList);
|
||||||
execInfo.pNodeList = extractNodeListFromStream(pMnode);
|
execInfo.pNodeList = extractNodeListFromStream(pMnode);
|
||||||
execInfo.ts = ts;
|
execInfo.ts = ts;
|
||||||
mDebug("create trans successfully, update cached node list, numOfNodes:%d", taosArrayGetSize(execInfo.pNodeList));
|
mDebug("create trans successfully, update cached node list, numOfNodes:%d",
|
||||||
|
(int)taosArrayGetSize(execInfo.pNodeList));
|
||||||
} else {
|
} else {
|
||||||
mError("unexpected code during create nodeUpdate trans, code:%s", tstrerror(code));
|
mError("unexpected code during create nodeUpdate trans, code:%s", tstrerror(code));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue