-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Backport 3.0] Improve sort-query performance by retaining the default totalHitsThreshold for approximated match_all queries and Fix SimpleSearchIT. testSimpleTerminateAfterTrackTotalHitsUpToSize
#18220
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 3.0] Improve sort-query performance by retaining the default totalHitsThreshold for approximated match_all queries and Fix SimpleSearchIT. testSimpleTerminateAfterTrackTotalHitsUpToSize
#18220
Conversation
Signed-off-by: Prudhvi Godithi <[email protected]>
server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java
Show resolved
Hide resolved
totalHitsThreshold for approximated match_all queries
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.0 #18220 +/- ##
============================================
- Coverage 72.55% 72.55% -0.01%
- Complexity 67201 67204 +3
============================================
Files 5480 5480
Lines 310322 310330 +8
Branches 45140 45142 +2
============================================
- Hits 225162 225153 -9
- Misses 66748 66809 +61
+ Partials 18412 18368 -44 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Prudhvi Godithi <[email protected]>
Signed-off-by: Prudhvi Godithi <[email protected]>
b451a54 to
7d5b1da
Compare
Signed-off-by: Prudhvi Godithi <[email protected]>
Signed-off-by: Prudhvi Godithi <[email protected]>
totalHitsThreshold for approximated match_all queries totalHitsThreshold for approximated match_all queries and Fix SimpleSearchIT.doTestSimpleTerminateAfterTrackTotalHitsUpTo
|
❌ Gradle check result for f0acc55: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
{"run-benchmark-test": "id_4"} |
|
|
|
{"run-benchmark-test": "id_4"} |
|
I see the following issue in running the benchmark. CC @rishabh6788 |
Since this workflow triggers on issue_comment, it only runs on |
totalHitsThreshold for approximated match_all queries and Fix SimpleSearchIT.doTestSimpleTerminateAfterTrackTotalHitsUpTototalHitsThreshold for approximated match_all queries and Fix SimpleSearchIT. testSimpleTerminateAfterTrackTotalHitsUpToSize
In that case we should be good to merge this, Adding @andrross @harshavamsi to please check. |
Description
Backport of #18189 and #18235
Related Issues
Resolves #18206
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.