提交 f4df89f7 编写于 作者: L liuyao

stream operator checkpoint

上级 84f0dfd6
...@@ -2185,7 +2185,6 @@ FETCH_NEXT_BLOCK: ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册