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

mapic: Fix stats collection deadlock #263

Merged
merged 3 commits into from
Feb 8, 2023

Conversation

victorges
Copy link
Member

Realized that we can't really use SetLimit with
recursive Go calls, as we might get to a state
where all routines are blocked waiting for another
routine to finish.

Fixed it by removing that recursion and parallelizing
only the SetActive+Publish calls.

Realized that we can't really use SetLimit with
recursive Go calls, as we might get to a state
where all routines are blocked waiting for another
routine to finish.

Fixed it by removing that recursion and parallelizing
only the SetActive+Publish calls.
@victorges victorges requested a review from a team as a code owner February 8, 2023 02:44
@victorges victorges force-pushed the vg/fix/metrics-collection-deadlock branch from 0ac9aeb to e4fd237 Compare February 8, 2023 02:47
@victorges victorges merged commit 11d1911 into master Feb 8, 2023
@victorges victorges deleted the vg/fix/metrics-collection-deadlock branch February 8, 2023 02:49
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.

1 participant