stream operator checkpoint
This commit is contained in:
parent
84f0dfd6d4
commit
f4df89f755
|
@ -2185,7 +2185,6 @@ FETCH_NEXT_BLOCK:
|
||||||
if (pBlock->info.type == STREAM_CHECKPOINT) {
|
if (pBlock->info.type == STREAM_CHECKPOINT) {
|
||||||
streamScanOperatorSaveCheckpoint(pInfo);
|
streamScanOperatorSaveCheckpoint(pInfo);
|
||||||
pAPI->stateStore.streamStateCommit(pInfo->pState);
|
pAPI->stateStore.streamStateCommit(pInfo->pState);
|
||||||
pAPI->stateStore.streamStateDeleteCheckPoint(pInfo->pState, pInfo->twAggSup.maxTs - pInfo->twAggSup.deleteMark);
|
|
||||||
}
|
}
|
||||||
printDataBlock(pBlock, "stream scan ck");
|
printDataBlock(pBlock, "stream scan ck");
|
||||||
return pInfo->pCheckpointRes;
|
return pInfo->pCheckpointRes;
|
||||||
|
|
Loading…
Reference in New Issue