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

fixed cross cluster searching resolves #692 #693

Merged
merged 3 commits into from
Apr 19, 2018

Conversation

jsnoble
Copy link
Member

@jsnoble jsnoble commented Apr 16, 2018

make sure to specify the correct connection on the job that it points to the node

if (isWildCardRegexSearch !== null) {
logger.warn(`Running a regex or cross cluster search for ${opConfig.index}, there is no reliable way to verify index and max_result_window`);
return Promise.resolve(true);
}
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be in elasticsearch_api with the rest of the logic related to index validation?

@kstaken
Copy link
Member

kstaken commented Apr 16, 2018

Unit tests are failing

@jsnoble
Copy link
Member Author

jsnoble commented Apr 17, 2018

needs to be used in conjunction with terascope/elasticsearch_api#12

@kstaken
Copy link
Member

kstaken commented Apr 19, 2018

unit and integration tests pass. Manual xsearch job works.

@kstaken kstaken merged commit 3ffc1b7 into terascope:master Apr 19, 2018
@jsnoble jsnoble deleted the cluster_search branch July 5, 2018 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants