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 leak for failed streams #1415

Merged
merged 1 commit into from
Feb 11, 2022
Merged

Conversation

brharrington
Copy link
Contributor

The BroadcastHub doesn't complete if there are still items
pending. When the subscriber failed, the failure wasn't
propagated up since the BroadcastHub can have another
subscriber come along later. Change it to use a publisher
with no fanout, this will fail along with the connected
downstream.

The BroadcastHub doesn't complete if there are still items
pending. When the subscriber failed, the failure wasn't
propagated up since the BroadcastHub can have another
subscriber come along later. Change it to use a publisher
with no fanout, this will fail along with the connected
downstream.
@brharrington brharrington added this to the 1.7.0 milestone Feb 11, 2022
Copy link
Contributor

@manolama manolama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, LGTM

@brharrington brharrington merged commit a99fbf7 into Netflix:master Feb 11, 2022
@brharrington brharrington deleted the memleak branch February 11, 2022 17:39
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.

2 participants