[
https://issues.apache.org/jira/browse/FLINK-36452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yanquan Lv closed FLINK-36452.
------------------------------
Resolution: Duplicate
> Avoid EOFException when reading binlog after a large table has just completed
> snapshot reading
> ----------------------------------------------------------------------------------------------
>
> Key: FLINK-36452
> URL: https://issues.apache.org/jira/browse/FLINK-36452
> Project: Flink
> Issue Type: Improvement
> Components: Flink CDC
> Affects Versions: cdc-3.3.0
> Reporter: Yanquan Lv
> Assignee: Yanquan Lv
> Priority: Major
> Labels: pull-request-available
>
> When reading binlog after a large table has just completed snapshot reading,
> we will need to compare the binlog position with All previous chunks to
> determine if this data has been processed before. However, this process is
> quite time-consuming and may lead to EOFException of binlog client.
> We should try to shorten the comparison time as much as possible.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)