-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Concurrent Segment Search] suppport Diversified Sampler and Sampler aggs #11075
Comments
The problemThe BackgroundThe Sampler agg uses a This means that both
Ultimately it looks like we need some sort of mechanism to be able to call Solutions & Follow-upsIn the short term I think it's best to disable concurrent search for both of these aggregation types, which I will open a PR to do so shortly.
|
@jed326 I agree, lets come back to this at a later time. As you said, we will need some mechanism to delay the postCollection to replay on sugAggs. Then in |
The
max_docs_per_value
parameter is being evaluated at the slice level for concurrent segment search instead of at the shard level, which is resulting in a higher than expected document count being returned in the aggregations.See: #10046
Also, the docs for this agg type does not even mention this parameter.
Related flaky test issues:
The text was updated successfully, but these errors were encountered: