Skip to content

[7.4] Fix Rollover error when alias has closed indices (#47148) #47540

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 4 commits into from
Oct 7, 2019

Conversation

gwbrown
Copy link
Contributor

@gwbrown gwbrown commented Oct 3, 2019

Backports the following commits to 7.4:

Rollover previously requested index stats for all indices in the
provided alias, which causes an exception when there is a closed index
with that alias.

This commit adjusts the IndicesOptions used on the index stats
request so that closed indices are ignored, rather than throwing
an exception.
@gwbrown
Copy link
Contributor Author

gwbrown commented Oct 4, 2019

I made some additional changes necessary to fix the failing test that were reviewed as part of #47539.

@gwbrown
Copy link
Contributor Author

gwbrown commented Oct 7, 2019

@elasticmachine update branch

@gwbrown gwbrown merged commit 5a0d843 into elastic:7.4 Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants