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 leak #3127

Merged
merged 2 commits into from
Jun 14, 2023
Merged

Fix netty leak #3127

merged 2 commits into from
Jun 14, 2023

Conversation

trask
Copy link
Member

@trask trask commented Jun 14, 2023

need to consume the body or close the response, otherwise get netty ByteBuf leak warnings: io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected (see Azure/azure-sdk-for-java#10467)

related: #1822 and #2179

@trask trask enabled auto-merge (squash) June 14, 2023 22:52
@trask trask merged commit a388a2d into main Jun 14, 2023
@trask trask deleted the netty-leak branch June 14, 2023 23:08
@gsantoshgit
Copy link

Still seeing the netty memory leakage issues with latest version 3.4.18

@trask
Copy link
Member Author

trask commented Nov 15, 2023

hi @gsantoshgit! can you open a new issue and include more details of what you are seeing? thx

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