-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Backport 2.x] Fix Netty's ByteBuf leak #15485
Conversation
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit acee2ae) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❕ Gradle check result for dc82fd7: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #15485 +/- ##
============================================
- Coverage 71.68% 71.56% -0.12%
+ Complexity 63619 63497 -122
============================================
Files 5217 5217
Lines 297569 297564 -5
Branches 43312 43312
============================================
- Hits 213304 212960 -344
- Misses 66440 66821 +381
+ Partials 17825 17783 -42 ☔ View full report in Codecov by Sentry. |
❕ Gradle check result for 4618edd: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Backport acee2ae from #15475.