-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Improve error message for absence of indices #39789
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
Conversation
"no indices exist" as been added to the error message for absence of indices
|
Pinging @elastic/es-core-features |
|
test this please |
|
retest this please |
javanna
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a comment, LGTM otherwise, thanks @Eunovo !
server/src/main/java/org/elasticsearch/cluster/metadata/IndexNameExpressionResolver.java
Outdated
Show resolved
Hide resolved
javanna
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left two minor nits around formatting, LGTM otherwise. Thanks a lot @Eunovo
server/src/main/java/org/elasticsearch/cluster/metadata/IndexNameExpressionResolver.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/elasticsearch/cluster/metadata/IndexNameExpressionResolver.java
Outdated
Show resolved
Hide resolved
|
retest this please |
|
run elasticsearch-ci/bwc |
|
@javanna I don't understand the last test failure. I don't see how my changes caused this error |
|
@Eunovo test failures are unrelated to your change, could you please merge master in? |
|
@javanna by " merge master in " do you mean that I should merge elastic:master into Eunovo:master? |
|
yea so pull latest master in your local master branch, then move to your PR branch and do |
|
@Eunovo I can take care of it if that helps ;) |
|
Yeah, please do @javanna thanks |
|
retest this please |
javanna
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @Eunovo, thanks again. Tests are green now, I reviewed your change and left a tiny comment, if you could address that I can then merge it in.
server/src/main/java/org/elasticsearch/cluster/metadata/IndexNameExpressionResolver.java
Show resolved
Hide resolved
|
retest this please |
2 similar comments
|
retest this please |
|
retest this please |
|
run elasticsearch-ci/bwc |
|
run elasticsearch-ci/default-distro |
|
@javanna I see lots of failures in the last test, are these related to my changes? |
|
@Eunovo I don't think so, test infra related, don't worry I will take care of it and merge your PR once ready. |
|
Alright
|
|
run elasticsearch-ci/bwc elasticsearch-ci/default-distro |
|
run elasticsearch-ci/default-distro |
|
retest this please |
|
Thanks @Eunovo sorry it took a while to get your PR merged. |
|
No problem, thanks for your help @javanna |
"no indices exist" has been added to the error message for absence of indices
"no indices exist" has been added to the error message for absence of indices
"no indices exist" as been added to the error message for absence of indices
closes #38964 replaces #39296