fix/TD-30973
This commit is contained in:
parent
6f29e7638c
commit
e68ac2300e
|
@ -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