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 netty ByteBuf leak #1822

Merged
merged 2 commits into from
Aug 2, 2021
Merged

Fix netty ByteBuf leak #1822

merged 2 commits into from
Aug 2, 2021

Conversation

trask
Copy link
Member

@trask trask commented Jul 31, 2021

Fixes an issue that started in 3.2.0-BETA.1 after swapping out ingestion http client with Azure SDK / reactor netty.

ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.

Copy link
Contributor

@heyams heyams left a comment

Choose a reason for hiding this comment

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

👍

@trask trask merged commit 8349df0 into main Aug 2, 2021
@trask trask deleted the fix-byte-buf-leak branch August 2, 2021 21:33
@kryalama kryalama added this to the 3.2.0-BETA.3 milestone Sep 3, 2021
@trask trask mentioned this pull request Jun 14, 2023
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.

3 participants