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

Reduce usage of Client utils with remote clusters #104552

Merged

Conversation

DaveCTurner
Copy link
Contributor

In practice almost all of the utility methods on Client are only used
on the local node, and many of them are untested, or positively do not
work, when targetting a remote cluster (see #100111). This commit
removes most of the remaining usages of these utility methods against
remote clusters as a step towards separating the remote-cluster client
from the local-node client.

Relates #104536

In practice almost all of the utility methods on `Client` are only used
on the local node, and many of them are untested, or positively do not
work, when targetting a remote cluster (see elastic#100111). This commit
removes most of the remaining usages of these utility methods against
remote clusters as a step towards separating the remote-cluster client
from the local-node client.

Relates elastic#104536
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

Copy link
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

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

LGTM

@DaveCTurner DaveCTurner merged commit 4121cf6 into elastic:main Jan 18, 2024
15 checks passed
@DaveCTurner DaveCTurner deleted the 2024/01/18/reduce-remote-client-utils branch January 18, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Transport API Transport client API >non-issue Team:Core/Infra Meta label for core/infra team v8.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants