[ https://issues.apache.org/jira/browse/FLINK-35409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xiao Huang updated FLINK-35409: ------------------------------- Description: Suppose this scenario: A job is still in the snapshot phase, and the remaining uncompleted snapshot splits all belong to a few tables that have been deleted by the user. In such case, when restarting from a savepoint, these uncompleted snapshot splits will not trigger a call to the addSplits method. Moreover, since the BinlogSplit has not been sent yet, the job will not start the SplitReader to read data. > Request more splits if all splits are filtered from addSplits method > -------------------------------------------------------------------- > > Key: FLINK-35409 > URL: https://issues.apache.org/jira/browse/FLINK-35409 > Project: Flink > Issue Type: Improvement > Components: Flink CDC > Reporter: Xiao Huang > Priority: Minor > Labels: pull-request-available > > Suppose this scenario: A job is still in the snapshot phase, and the > remaining uncompleted snapshot splits all belong to a few tables that have > been deleted by the user. > In such case, when restarting from a savepoint, these uncompleted snapshot > splits will not trigger a call to the addSplits method. Moreover, since the > BinlogSplit has not been sent yet, the job will not start the SplitReader to > read data. -- This message was sent by Atlassian Jira (v8.20.10#820010)