提交 f31e2b9c 编写于 作者: K kailixu

chore: more code

上级 ebb1d83a
......@@ -138,6 +138,7 @@ int32_t dmRunDnode(SDnode *pDnode) {
if (dmStartNodes(pDnode) != 0) {
dError("failed to start nodes since %s", terrstr());
dmSetStatus(pDnode, DND_STAT_STOPPED);
dmStopNodes(pDnode);
dmCloseNodes(pDnode);
return -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册