feat:[TS-4592]remove lost status for consumer
This commit is contained in:
parent
75efea5551
commit
ff1778220c
|
@ -395,6 +395,7 @@ static int32_t processRemoveAddVgs(SMnode *pMnode, SMqRebOutputObj *pOutput) {
|
|||
return totalVgNum;
|
||||
|
||||
END:
|
||||
sdbRelease(pMnode->pSdb, pVgroup);
|
||||
taosMemoryFree(pVgEp);
|
||||
taosArrayDestroyP(newVgs, (FDelete)tDeleteSMqVgEp);
|
||||
return code;
|
||||
|
|
Loading…
Reference in New Issue