-
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
Improve Adaptive Server Selection to penalize servers returning server side exceptions #14029
Conversation
PINOT-19249 Adding more unit test cases PINOT-19249 Addressing comments and changing code to cover edge cases PINOT-19249 Code changes based on comments PINOT-19249 Fixing test cases for ADSS penalizing servers with exceptions
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14029 +/- ##
============================================
+ Coverage 61.75% 64.00% +2.25%
- Complexity 207 1538 +1331
============================================
Files 2436 2596 +160
Lines 133233 143356 +10123
Branches 20636 21958 +1322
============================================
+ Hits 82274 91757 +9483
+ Misses 44911 44836 -75
- Partials 6048 6763 +715
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
lgtm mostly could we add some more comments?
pinot-core/src/main/java/org/apache/pinot/core/transport/AsyncQueryResponse.java
Show resolved
Hide resolved
pinot-core/src/test/java/org/apache/pinot/core/transport/QueryRoutingTest.java
Outdated
Show resolved
Hide resolved
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.
lgtm
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 @kiruphabalu
Unit test cases