From 1a1b9f5ea3280b70f0bfda5b17668c88839f54bc Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Fri, 27 Oct 2023 23:45:50 +0800 Subject: [PATCH] fix(stream): set the trans exec sequentially. --- source/dnode/mnode/impl/src/mndStream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/dnode/mnode/impl/src/mndStream.c b/source/dnode/mnode/impl/src/mndStream.c index a978818a9e..ed2af8ebc8 100644 --- a/source/dnode/mnode/impl/src/mndStream.c +++ b/source/dnode/mnode/impl/src/mndStream.c @@ -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");