fillhistory task not trigger checkpoint

This commit is contained in:
yihaoDeng 2023-07-18 01:16:48 +00:00
parent 2f24f776fb
commit 8ab545ac77
1 changed files with 3 additions and 0 deletions

View File

@ -1093,6 +1093,9 @@ static int32_t mndAddStreamCheckpointToTrans(STrans *pTrans, SStreamObj *pStream
int32_t sz = taosArrayGetSize(pLevel);
for (int32_t j = 0; j < sz; j++) {
SStreamTask *pTask = taosArrayGetP(pLevel, j);
if (pTask->info.fillHistory == 1) {
continue;
}
/*A(pTask->info.nodeId > 0);*/
SVgObj *pVgObj = mndAcquireVgroup(pMnode, pTask->info.nodeId);
if (pVgObj == NULL) {