-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Can not sync large table to elasticsearch #11749
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
Labels
Comments
how can we check |
it's hard code 256M records now Line 32 in 09d1c06
|
256MB limit is too high on a large table and low QPS service. it's means we need a lot memory resources for elastic search server. |
Solved by #11752. @imiskolee can yo confirm after merging you're able to sync the tables? |
yes' its work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Details
I trying to full sync a large MySQL table, over 3M records, it's fails, I thinking it's related to too many records(255MB, over 490K records) on single bulk insert, how can we keep small bulk size, like 10K.
crash log
The text was updated successfully, but these errors were encountered: