Skip to content

[Transform] correctly retrieve checkpoints from remote indices #50903

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

Merged
merged 6 commits into from
Jan 14, 2020

Conversation

hendrikmuhs
Copy link

uses remote client(s) to correctly retrieve index checkpoints from remote clusters

@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml/Transform)

@hendrikmuhs hendrikmuhs marked this pull request as ready for review January 13, 2020 13:09
return localIndices;
}

public int size() {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
public int size() {
public int numClusters() {

Or something. I thought size() was meant to be the number of total resolved indices, but instead it is used to help allocate the grouped listener.

client,
transformConfig.getHeaders(),
resolvedIndexes.getLocalIndices().toArray(new String[0]),
"",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"",
LOCAL_CLUSTER_GROUP_KEY,

@hendrikmuhs
Copy link
Author

run elasticsearch-ci/bwc
run elasticsearch-ci/default-distro

@hendrikmuhs
Copy link
Author

run elasticsearch-ci/bwc
run elasticsearch-ci/default-distro

@hendrikmuhs hendrikmuhs force-pushed the transform-ccs-checkpoint branch from c109593 to 4cf7691 Compare January 14, 2020 10:40
@hendrikmuhs hendrikmuhs merged commit 360f954 into elastic:master Jan 14, 2020
hendrikmuhs pushed a commit to hendrikmuhs/elasticsearch that referenced this pull request Jan 14, 2020
…ic#50903)

uses remote client(s) to correctly retrieve index checkpoints from remote clusters
hendrikmuhs pushed a commit that referenced this pull request Jan 14, 2020
…50903) (#50969)

uses remote client(s) to correctly retrieve index checkpoints from remote clusters
SivagurunathanV pushed a commit to SivagurunathanV/elasticsearch that referenced this pull request Jan 23, 2020
…ic#50903)

uses remote client(s) to correctly retrieve index checkpoints from remote clusters
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.

4 participants