Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/td-21076

This commit is contained in:
Minghao Li 2022-12-08 18:06:15 +08:00
commit 5d5ce9ceb5
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ void mndRestoreFinish(const SSyncFSM *pFsm) {
SMnode *pMnode = pFsm->data;
if (!pMnode->deploy) {
if (pMnode->restored) {
if (!pMnode->restored) {
mInfo("vgId:1, sync restore finished, and will handle outstanding transactions");
mndTransPullup(pMnode);
mndSetRestored(pMnode, true);