[
https://issues.apache.org/jira/browse/FLINK-26867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee reassigned FLINK-26867:
------------------------------------
Assignee: Jingsong Lee
> Hybrid reading wrong because of disordered commits
> --------------------------------------------------
>
> Key: FLINK-26867
> URL: https://issues.apache.org/jira/browse/FLINK-26867
> Project: Flink
> Issue Type: Sub-task
> Components: Table Store
> Reporter: Jingsong Lee
> Assignee: Jingsong Lee
> Priority: Major
> Fix For: table-store-0.1.0
>
>
> In AbstractCommitterOperator.endInput:
> Suppose the last checkpoint before endInput is 5. Flink Streaming Job calling
> order:
> 1. Accept elements from upstream prepareSnapshotPreBarrier(5)
> 2. this.snapshotState(5)
> 3. Accept elements from upstream endInput
> 4. this.endInput
> 5. this.notifyCheckpointComplete(5)
> So we should submit all the data in the endInput in order to avoid disordered
> commits.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)