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

[7.x] Correctly determine defaults of settings which depend on other settings (#65989) #66058

Merged
merged 1 commit into from
Dec 8, 2020

Conversation

gwbrown
Copy link
Contributor

@gwbrown gwbrown commented Dec 8, 2020

Backports the following commits to 7.x:

…gs (elastic#65989)

This commit adjusts the behavior when calculating the diff between two
`AbstractScopedSettings` objects, so that the default values of settings
whose default values depend on the values of other settings are
correctly calculated. Previously, when calculating the diff, the default
value of a depended setting would be calculated based on the default
value of the setting(s) it depends on, rather than the current value of
those settings.
@gwbrown gwbrown merged commit b125033 into elastic:7.x Dec 8, 2020
@gwbrown gwbrown deleted the backport/7.x/pr-65989 branch December 8, 2020 20:21
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