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

Don't capture ClusterState in all TransportBroadcastByNodeAction #90740

Conversation

original-brownbear
Copy link
Member

We don't need to capture the state here, this can use a lot of heap for long running actions like force-merge where we will never look at the captured CS again.

relates #77466

We don't need to capture the state here, this can use a lot of heap
for long running actions like force-merge where we will never look
at the captured CS again.
@original-brownbear original-brownbear added the :Distributed Coordination/Network Http and internode communication implementations label Oct 8, 2022
@kingherc kingherc added v8.7.0 and removed v8.6.0 labels Nov 16, 2022
@original-brownbear
Copy link
Member Author

original-brownbear commented Dec 27, 2022

this was fixed elsewhere :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Network Http and internode communication implementations v8.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants