提交 924e5bfe 编写于 作者: L Liu Jicong

add debug log

上级 e13499b5
......@@ -312,10 +312,13 @@ int32_t vnodeProcessWriteMsg(SVnode *pVnode, SRpcMsg *pMsg, int64_t version, SRp
walApplyVer(pVnode->pWal, version);
vInfo("vgId:%d, push msg begin", pVnode->config.vgId);
if (tqPushMsg(pVnode->pTq, pMsg->pCont, pMsg->contLen, pMsg->msgType, version) < 0) {
vError("vgId:%d, failed to push msg to TQ since %s", TD_VID(pVnode), tstrerror(terrno));
vInfo("vgId:%d, push msg end", pVnode->config.vgId);
return -1;
}
vInfo("vgId:%d, push msg end", pVnode->config.vgId);
// commit if need
if (needCommit) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册