-
Notifications
You must be signed in to change notification settings - Fork 25k
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
[Transform] update reset resets to old max_page_search_size #56499
Labels
Comments
Pinging @elastic/ml-core (:ml/Transform) |
hendrikmuhs
pushed a commit
that referenced
this issue
Jun 4, 2020
rewrite config on update if either version is outdated, credentials change, the update changes the config or deprecated settings are found. Deprecated settings get migrated to the new format. The upgrade can be easily extended to do any necessary re-writes. fixes #56499
hendrikmuhs
pushed a commit
to hendrikmuhs/elasticsearch
that referenced
this issue
Jun 4, 2020
rewrite config on update if either version is outdated, credentials change, the update changes the config or deprecated settings are found. Deprecated settings get migrated to the new format. The upgrade can be easily extended to do any necessary re-writes. fixes elastic#56499
hendrikmuhs
pushed a commit
to hendrikmuhs/elasticsearch
that referenced
this issue
Jun 4, 2020
rewrite config on update if either version is outdated, credentials change, the update changes the config or deprecated settings are found. Deprecated settings get migrated to the new format. The upgrade can be easily extended to do any necessary re-writes. fixes elastic#56499
This was referenced Jun 4, 2020
hendrikmuhs
pushed a commit
that referenced
this issue
Jun 24, 2020
rewrite config on update if either version is outdated, credentials change, the update changes the config or deprecated settings are found. Deprecated settings get migrated to the new format. The upgrade can be easily extended to do any necessary re-writes. fixes #56499
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The move of
max_page_search_size
in #56007 has a side-effect. If you have an old config, updatemax_page_search_size
, update it again and reset it to the default, it resets to the old configsmax_page_search_size
instead of resetting it to the default._update
should always rewrite the config to the newest version and therefore movemax_page_search_size
to the new place.The text was updated successfully, but these errors were encountered: