Merge pull request #26620 from taosdata/fix/TD-30973-release-group-2

fix/TD-30973
This commit is contained in:
Hongze Cheng 2024-07-17 19:29:32 +08:00 committed by GitHub
commit a3c0acb78a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
}
}