fix(stream): set the trans exec sequentially.
This commit is contained in:
parent
3c07c3ec2f
commit
1e696287d8
|
@ -2111,6 +2111,7 @@ static int32_t mndProcessVgroupChange(SMnode *pMnode, SVgroupChangeInfo *pChange
|
|||
sdbCancelFetch(pSdb, pIter);
|
||||
return terrno;
|
||||
}
|
||||
mndTransSetSerial(pTrans);
|
||||
}
|
||||
|
||||
void *p = taosHashGet(pChangeInfo->pDBMap, pStream->targetDb, strlen(pStream->targetDb));
|
||||
|
|
Loading…
Reference in New Issue