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 memory/breaker leaks for outbound responses (#76474) #76536

Merged
merged 1 commit into from
Aug 15, 2021

Conversation

henningandersen
Copy link
Contributor

Backport of #76474

Outbound responses would not get the expected decRef, resulting in
memory and/or circuit breaker leaks. In particular, the
GetCcrRestoreFileChunkResponse expects this, causing a leak when
a follower bootstraps.

Relates #65921

Outbound responses would not get the expected `decRef`, resulting in
memory and/or circuit breaker leaks. In particular, the
`GetCcrRestoreFileChunkResponse` expects this, causing a leak when
a follower bootstraps.

Relates elastic#65921
@henningandersen henningandersen added >bug :Distributed Coordination/Network Http and internode communication implementations :Distributed Indexing/CCR Issues around the Cross Cluster State Replication features v7.15.0 labels Aug 14, 2021
@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Aug 14, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@henningandersen henningandersen merged commit 6ee2546 into elastic:7.x Aug 15, 2021
henningandersen added a commit that referenced this pull request Aug 15, 2021
Outbound responses would not get the expected `decRef`, resulting in
memory and/or circuit breaker leaks. In particular, the
`GetCcrRestoreFileChunkResponse` expects this, causing a leak when
a follower bootstraps.

Relates #65921
lchqlchq pushed a commit to lchqlchq/elasticsearch that referenced this pull request Aug 23, 2023
lchqlchq pushed a commit to lchqlchq/elasticsearch that referenced this pull request Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Distributed Coordination/Network Http and internode communication implementations :Distributed Indexing/CCR Issues around the Cross Cluster State Replication features Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. v7.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants