Skip to content
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

Increase search.max_bucket by one (#70645) #70706

Merged
merged 1 commit into from
Mar 23, 2021
Merged

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Mar 23, 2021

In #57042, the default value for search.max_bucket was increased to 65,535. Unfortunately this value is short by one for some geo aggregations. For example if you want to aggregate on a geo tile with a scaling factor of 8, it means that you might be generating 256 * 256 buckets, which is one more than the default.

This PR increase the default by one (65,536).

backport #70645

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant