-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Make Health API more resilient to multi-version clusters #105789
Conversation
Is this something we want to backport? |
Pinging @elastic/es-data-management (Team:Data Management) |
Hi @nielsbauman, I've created a changelog YAML for you. |
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.
LGTM, I left a couple of minor wording suggestions.
Is this something we want to backport?
Yes, I think so, we hit this in tests and its a real issue for mixed-version clusters. I think backporting it to 8.13.x would be good.
server/src/main/java/org/elasticsearch/health/node/DiskHealthIndicatorService.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/elasticsearch/health/node/ShardsCapacityHealthIndicatorService.java
Outdated
Show resolved
Hide resolved
💚 Backport successful
|
First check whether the full cluster supports a specific indicator (feature) before we mark an indicator as "unknown" when (meta) data is missing form the cluster state.
Closes #90183