Commit e5b3fa3
authored
Revert "Disable concurrent search for filter duplicates" (#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>1 parent e67f291 commit e5b3fa3
File tree
2 files changed
+1
-5
lines changed- server/src/main/java/org/opensearch/search/aggregations/bucket/terms
2 files changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
| 318 | + | |
322 | 319 | | |
323 | 320 | | |
0 commit comments