提交 fc8802df 编写于 作者: H Hongze Cheng

more code

上级 be34bd25
...@@ -296,7 +296,11 @@ int32_t vnodeProcessWriteMsg(SVnode *pVnode, SRpcMsg *pMsg, int64_t version, SRp ...@@ -296,7 +296,11 @@ int32_t vnodeProcessWriteMsg(SVnode *pVnode, SRpcMsg *pMsg, int64_t version, SRp
vnodeProcessAlterConfigReq(pVnode, version, pReq, len, pRsp); vnodeProcessAlterConfigReq(pVnode, version, pReq, len, pRsp);
break; break;
case TDMT_VND_COMMIT: case TDMT_VND_COMMIT:
#if 0
vnodeSyncCommit(pVnode); vnodeSyncCommit(pVnode);
#else
vnodeAsyncCompact(pVnode);
#endif
vnodeBegin(pVnode); vnodeBegin(pVnode);
goto _exit; goto _exit;
case TDMT_VND_COMPACT: case TDMT_VND_COMPACT:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册