-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
enable Netty leak detection #12483
enable Netty leak detection #12483
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #12483 +/- ##
============================================
+ Coverage 61.72% 61.74% +0.01%
- Complexity 201 207 +6
============================================
Files 2436 2436
Lines 133219 133219
Branches 20635 20635
============================================
+ Hits 82232 82257 +25
+ Misses 44943 44900 -43
- Partials 6044 6062 +18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ready to merge @xiangfu0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! Can you please reformat the changes to follow Pinot Style?
61e0185
to
8d9dace
Compare
Done ✅ |
Motivation:
detect Netty leaks using Netty's paranoid leak detector
Modifications:
Result:
TestNG listener verifies that there are zero Netty leaks