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

Xin Gong updated FLINK-36742:
-----------------------------
    Description: 
IncrementalSourceReader could report invalid split to 
IncrementalSourceEnumerator when user modify task to remove table and restart.
It will cause  SnapshotSplitAssigner#allSnapshotSplitsFinished always be false. 
Because 
splitFinishedOffsets.size() > assignedSplits.size().

mysql cdc address this issue by 
https://issues.apache.org/jira/browse/FLINK-35409

  was:
IncrementalSourceReader could report invalid split to 
IncrementalSourceEnumerator when user modify task to remove table and restart.
It will cause  SnapshotSplitAssigner#allSnapshotSplitsFinished always be false. 
Because 
splitFinishedOffsets.size() > assignedSplits.size().


> Filter unacked  split for no capture tables when task restore from state 
> -------------------------------------------------------------------------
>
>                 Key: FLINK-36742
>                 URL: https://issues.apache.org/jira/browse/FLINK-36742
>             Project: Flink
>          Issue Type: Bug
>          Components: Flink CDC
>    Affects Versions: cdc-3.2.0
>            Reporter: Xin Gong
>            Assignee: Xin Gong
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: cdc-3.3.0
>
>
> IncrementalSourceReader could report invalid split to 
> IncrementalSourceEnumerator when user modify task to remove table and restart.
> It will cause  SnapshotSplitAssigner#allSnapshotSplitsFinished always be 
> false. Because 
> splitFinishedOffsets.size() > assignedSplits.size().
> mysql cdc address this issue by 
> https://issues.apache.org/jira/browse/FLINK-35409



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to