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-36452][mysql] Replace ArrayList with TreeSet to speed up searching of FinishedSnapshotSplitInfo for specific chunkKey. #3630

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

Conversation

lvyanquan
Copy link
Contributor

Avoid EOFException for table with a large amount of data.

@hadoopkandy
Copy link

method getExecutorService() is not found in binlogReader, method BinlogSplitReader#getExecutorService should commit

@hadoopkandy
Copy link

I test this PR, it can indeed solve the problem of cdc EOFException in our production Mysql.

@lvyanquan
Copy link
Contributor Author

method getExecutorService() is not found in binlogReader, method BinlogSplitReader#getExecutorService should commit

Addressed.

…hing of FinishedSnapshotSplitInfo for specific chunkKey.
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.

2 participants