未验证 提交 e069d722 编写于 作者: W wade zhang 提交者: GitHub

Merge pull request #22513 from taosdata/FIX/TD-25864-3.0

enh: adjust the order of pre-close actions in vnodePreClose
......@@ -476,8 +476,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.
先完成此消息的编辑!
想要评论请 注册