-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[Transform] increase page size limit to 65k #57719
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
Comments
Pinging @elastic/ml-core (:ml/Transform) |
I can take a look at this. |
Greetings. Is this issue taken at the moment? I'd like to contribute to the project and this seems like a good issue to take. |
@Esduard , since the issue isn't assigned to anyone, I think its free to work on. |
@benwtrent Thanks for letting me know. I've spent most of the time trying to run the project on my machine and have managed to run some tests after making the issue's changes. |
changes hard code 10k page size limit to 65k(default for `search.max_bucket`) Closes #57719 Co-authored-by: Hendrik Muhs <[email protected]>
#57042 increases the limit for
search.max_buckets
from10k
to65k
, this applies to composite aggregation, too.Transform hard codes the old
10k
limit. This should be changed to support65k
.Ideally we remove the hard coding and read the default from the default constant, even better would be to get the value from settings, because the
65k
is the default of a cluster setting.The text was updated successfully, but these errors were encountered: