Skip to content

Remove remote settings fallback #38554

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

Closed

Conversation

jkakavas
Copy link
Member

@jkakavas jkakavas commented Feb 7, 2019

Fallback settings were introduced in #33413 where the
search.remote.* settings were generalized to cluster.remote.*.
This commit removes both the fallback settings and the upgraders
that were introduced in #33537

Fallback settings were introduced in elastic#33413 where the
`search.remote.*` settings were generalized to `cluster.remote.*`.
This commit removes both the fallback settings and the upgraders
that were introduced in elastic#33537
@jkakavas jkakavas added >non-issue :Distributed Indexing/CCR Issues around the Cross Cluster State Replication features v8.0.0 labels Feb 7, 2019
@jkakavas jkakavas requested a review from martijnvg February 7, 2019 08:51
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

assertSettingDeprecationsAndWarnings(new String[]{"search.remote.quux.seeds", "search.remote.quux.proxy"});
}

public void testBuildRemoteClustersDynamicConfigWithDuplicate() {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these were not needed any more now that we don't have both cluster.remote and search.remote settings to account for but we can reintroduce duplication validation if need be in RemoteClusterAware.java

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct, we don't need this anymore.

Copy link
Member

@javanna javanna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks @jkakavas !

assertSettingDeprecationsAndWarnings(new String[]{"search.remote.quux.seeds", "search.remote.quux.proxy"});
}

public void testBuildRemoteClustersDynamicConfigWithDuplicate() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct, we don't need this anymore.

Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/CCR Issues around the Cross Cluster State Replication features >non-issue v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants