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

Remove gen_server behaviour from stream manager (backport #12684) #12685

Merged
merged 3 commits into from
Nov 7, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Nov 7, 2024

The stream manager does not need to be a gen_server (no cast, no state) and the gen_server can create contention for large stream deployments (some functions make cluster-wide calls that can take some time).


This is an automatic backport of pull request #12684 done by Mergify.

The stream manager does not need to be a gen_server (no cast, no state)
and the gen_server can create contention for large stream deployments
(some functions make cluster-wide calls that can take some time).

(cherry picked from commit 5107fd4)
(cherry picked from commit 26f941b)
@michaelklishin michaelklishin added this to the 4.0.4 milestone Nov 7, 2024
@acogoluegnes acogoluegnes merged commit d190e12 into v4.0.x Nov 7, 2024
243 checks passed
@acogoluegnes acogoluegnes deleted the mergify/bp/v4.0.x/pr-12684 branch November 7, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants