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

Race condition when an attachment is saved #63

Closed
To-om opened this issue Jul 25, 2018 · 0 comments
Closed

Race condition when an attachment is saved #63

To-om opened this issue Jul 25, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Jul 25, 2018

When the same attachment is saved several times in a short period of time an error can occurs.
This is due to the lack of transaction in ElasticSearch: the data exists but is not indexed yet.
If it occurs, operation should be retried.

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

No branches or pull requests

1 participant