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

Investigate rollback #26

Open
ElliottKasoar opened this issue Jan 22, 2024 · 0 comments
Open

Investigate rollback #26

ElliottKasoar opened this issue Jan 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ElliottKasoar
Copy link
Owner

If operations (insertion, deletion) fail, we want to handle this gracefully. Ideally we would be able to rollback changes, but this does not appear to be possible directly through OpenSearch.

It had been suggested that bulk operations may enable this, which is partially the case. For example, it appears that failure mid-insertion of a chunk will mean none of that chunk is inserted, but in cases where multiple chunks are required, some chunks may still be uploaded.

This is still considerably neater, as we can add options to set the request_timeout and size, and potentially tell users explicitly how much data was uploaded.

@ElliottKasoar ElliottKasoar added the enhancement New feature or request label Jan 22, 2024
@ElliottKasoar ElliottKasoar added this to the Initial Release milestone Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant