Skip to content

DefaultChannelPool leaks IdleChannels #1461

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

Closed
slandelle opened this issue Sep 25, 2017 · 0 comments
Closed

DefaultChannelPool leaks IdleChannels #1461

slandelle opened this issue Sep 25, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@slandelle
Copy link
Contributor

DefaultChannelPool#removeAll fails to properly remove entry from partition as it tries to remove a Channel instead of an IdleChannel.

@slandelle slandelle self-assigned this Sep 25, 2017
slandelle added a commit that referenced this issue Sep 25, 2017
Motivation:

DefaultChannelPool#removeAll fails to properly remove entry from
partition.

Modification:

Remove an `IdleChannel` instead of a `Channel`.

Result:

No more leak.
@slandelle slandelle added this to the 2.0.37 milestone Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant