Revert "Disable concurrent search for filter duplicates"#20915
Revert "Disable concurrent search for filter duplicates"#20915andrross merged 1 commit intoopensearch-project:mainfrom
Conversation
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 14f6861.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
PR Reviewer Guide 🔍(Review updated until commit 8b6ca61)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 8b6ca61
Previous suggestionsSuggestions up to commit 14f6861
|
|
❌ Gradle check result for 14f6861: 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? |
|
❌ Gradle check result for 14f6861: 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? |
Concurrent search creates a new aggregator per slice, so there is no concurrency problem here. The dedup logic is currently per-shard with no reduce logic at the coordinator, so concurrent search does change that to be per-slice, but does not fundamentally change the behavior. I'm reverting this and will deal with test flakiness if it continues. This reverts commit f46ce23. Signed-off-by: Andrew Ross <andrross@amazon.com>
14f6861 to
8b6ca61
Compare
|
Persistent review updated to latest commit 8b6ca61 |
|
❌ Gradle check result for 8b6ca61: 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? |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20915 +/- ##
============================================
- Coverage 73.30% 73.15% -0.16%
+ Complexity 72484 72428 -56
============================================
Files 5819 5819
Lines 331155 331237 +82
Branches 47840 47860 +20
============================================
- Hits 242769 242324 -445
- Misses 68876 69419 +543
+ Partials 19510 19494 -16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…project#20915) Concurrent search creates a new aggregator per slice, so there is no concurrency problem here. The dedup logic is currently per-shard with no reduce logic at the coordinator, so concurrent search does change that to be per-slice, but does not fundamentally change the behavior. I'm reverting this and will deal with test flakiness if it continues. This reverts commit f46ce23. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: kkewwei <kkewwei@163.com>
Concurrent search creates a new aggregator per slice, so there is no concurrency problem here. The dedup logic is currently per-shard with no reduce logic at the coordinator, so concurrent search does change that to be per-slice, but does not fundamentally change the behavior. I'm reverting this and will deal with test flakiness if it continues.
This reverts commit f46ce23.
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.