提交 8be670ae 编写于 作者: B Benguang Zhao

enh: place vnodeSyncPreStop ahead of vnodeQueryPreStop in vnodePreClose

上级 208fa7d1
......@@ -473,8 +473,8 @@ _err:
}
void vnodePreClose(SVnode *pVnode) {
vnodeQueryPreClose(pVnode);
vnodeSyncPreClose(pVnode);
vnodeQueryPreClose(pVnode);
}
void vnodePostClose(SVnode *pVnode) { vnodeSyncPostClose(pVnode); }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册