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

receive/multitsdb: remove double lock #116

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Conversation

GiedriusS
Copy link
Collaborator

We have this dead-lock situation and I think that is caused by this double lock here because there's a long-standing goroutine blocked on this, and it blocks all other locking attempts.

We have this dead-lock situation and I think that is caused by this
double lock here because there's a long-standing goroutine blocked on
this, and it blocks all other locking attempts.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
@niaurys
Copy link

niaurys commented Sep 5, 2024

I supose store() is not used in other places?

@GiedriusS GiedriusS merged commit a43bb4c into 0.34.0+vinted Sep 5, 2024
12 checks passed
@GiedriusS GiedriusS deleted the fix_doublelock branch September 5, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants