提交 e1134423 编写于 作者: L liuyao

stream scan checkpoint

上级 fa8025f3
...@@ -2185,6 +2185,8 @@ FETCH_NEXT_BLOCK: ...@@ -2185,6 +2185,8 @@ FETCH_NEXT_BLOCK:
pAPI->stateStore.streamStateCommit(pInfo->pState); pAPI->stateStore.streamStateCommit(pInfo->pState);
pAPI->stateStore.streamStateDeleteCheckPoint(pInfo->pState, pInfo->twAggSup.maxTs - pInfo->twAggSup.deleteMark); pAPI->stateStore.streamStateDeleteCheckPoint(pInfo->pState, pInfo->twAggSup.maxTs - pInfo->twAggSup.deleteMark);
} }
printDataBlock(pBlock, "stream scan ck");
return pBlock;
} }
return NULL; return NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册