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

Batch inserts failure due to an error in one entry should not fail the entire batch #14

Open
ecyshor opened this issue Feb 7, 2018 · 0 comments

Comments

@ecyshor
Copy link
Contributor

ecyshor commented Feb 7, 2018

Currently when using the batch actor to stream insert data, if one entry in the batch causes the insert to fail then the entire batch is discarded, which leads to data loss.

We should try to split the batch in multiple subbatches and try to insert those, and split any failures again up to some configured threshold.

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

No branches or pull requests

2 participants