Merge pull request #26620 from taosdata/fix/TD-30973-release-group-2
fix/TD-30973
This commit is contained in:
commit
a3c0acb78a
|
@ -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",
|
mInfo("vgId:%d replica:%d inconsistent with other vgroups replica:%d, not ready for stream operations",
|
||||||
pVgroup->vgId, pVgroup->replica, replica);
|
pVgroup->vgId, pVgroup->replica, replica);
|
||||||
*allReady = false;
|
*allReady = false;
|
||||||
|
sdbRelease(pSdb, pVgroup);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue