Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-35294][mysql] Use source config to check if the filter should be applied in timestamp starting mode #3291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Shawn-Hx
Copy link
Contributor

@Shawn-Hx Shawn-Hx commented May 6, 2024

Since MySQL does not support the ability to quickly locate an binlog offset through a timestamp, the current logic for starting from a timestamp is to begin from the earliest binlog offset and then filter out the data before the user-specified position.

If the user restarts the job during the filtering process, this filter will become ineffective.

Use source config to check if the filter should be applied in timestamp starting mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant