You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/25 15:15:00 UTC

[jira] [Updated] (FLINK-26867) Hybrid reading wrong because of disordered commits

     [ https://issues.apache.org/jira/browse/FLINK-26867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-26867:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>             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)