fix/TD-30973

This commit is contained in:
dmchen 2024-07-17 03:22:02 +00:00
parent 6f29e7638c
commit e68ac2300e
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ SArray *mndTakeVgroupSnapshot(SMnode *pMnode, bool *allReady) {
mInfo("vgId:%d replica:%d inconsistent with other vgroups replica:%d, not ready for stream operations",
pVgroup->vgId, pVgroup->replica, replica);
*allReady = false;
sdbRelease(pSdb, pVgroup);
break;
}
}