fix(stream): set the trans exec sequentially.
This commit is contained in:
parent
076b533ba3
commit
48202a1e45
|
@ -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