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

The elastic doc manager should be able to retry on connection failures #18

Open
travisp opened this issue Sep 21, 2016 · 0 comments
Open

Comments

@travisp
Copy link

travisp commented Sep 21, 2016

If there is a temporary connection failure to elasticsearch, an insert, update, or delete will be lost permanently. Sometimes the only way to get back to correct data consistency is to restart with a new index, which is fairly inconvenient. This was previously discussed in the mongo connector -- yougov/mongo-connector#479 -- but the issue was closed, with the conclusion that each individual doc manager should handle the retrying logic.

Example fix in the postgresql doc manager:

cureatr/postgresql-doc-manager@4d333d6

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