fix(stream): set the trans exec sequentially.

This commit is contained in:
Haojun Liao 2023-10-27 23:45:50 +08:00
parent 85befa10b9
commit 1a1b9f5ea3
1 changed files with 1 additions and 0 deletions

View File

@ -1205,6 +1205,7 @@ static int32_t mndProcessStreamDoCheckpoint(SRpcMsg *pReq) {
}
mDebug("start to trigger checkpoint, checkpointId: %" PRId64, checkpointId);
mndTransSetSerial(pTrans);
const char *pDb = mndGetStreamDB(pMnode);
mndTransSetDbName(pTrans, pDb, "checkpoint");