change check out seq

This commit is contained in:
yihaoDeng 2023-11-09 09:08:41 +08:00
parent 0f98f4daa5
commit 06f196b71d
1 changed files with 0 additions and 1 deletions

View File

@ -1020,7 +1020,6 @@ static int32_t mndProcessStreamCheckpointTrans(SMnode *pMnode, SStreamObj *pStre
}
}
// 2. reset tick
pStream->checkpointFreq = checkpointId;
pStream->checkpointId = checkpointId;
pStream->checkpointFreq = taosGetTimestampMs();
pStream->currentTick = 0;