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

Fix possible race condition in search operation for in-memory storage #499

Closed
carlesarnal opened this issue May 19, 2020 · 0 comments · Fixed by #594
Closed

Fix possible race condition in search operation for in-memory storage #499

carlesarnal opened this issue May 19, 2020 · 0 comments · Fixed by #594
Assignees
Labels
type/bug Something isn't working

Comments

@carlesarnal
Copy link
Member

There's a possible race condition in the search operation at the in-memory storage since we are getting the ids, and then, fetching the information for each artifact. If another thread removes an artifact, then the fetch information operation will fail with an ArtifactNotFoundException.

@carlesarnal carlesarnal added the type/bug Something isn't working label May 21, 2020
@carlesarnal carlesarnal linked a pull request Jun 3, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant