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

[HealthAPI] Warn when ILM steps are waiting for too long #91121

Closed
andreidan opened this issue Oct 25, 2022 · 2 comments
Closed

[HealthAPI] Warn when ILM steps are waiting for too long #91121

andreidan opened this issue Oct 25, 2022 · 2 comments
Labels

Comments

@andreidan
Copy link
Contributor

andreidan commented Oct 25, 2022

ILM routinely waits on certain conditions to be true.
eg. target index is GREEN, rollover is ready

While it's normal to wait for certain conditions for a long time (ie. 30 days for rollover to be ready),
our users could benefit from being signalled that other conditions take a long time
e.g. the fully mounted index could not be allocated, the shrunk index could not be allocated in 24 hours (note that
in these particular cases the shards_availability indicator would yield a non-healthy status if primaries/replicas
are unassigned)

The health API could signal on a subset of the wait-for-XXX steps if their respective conditions
have not been met in 24 hours (configurable)

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@elasticsearchmachine elasticsearchmachine added the Team:Data Management Meta label for data/management team label Oct 25, 2022
@andreidan
Copy link
Contributor Author

Implemented via #96092

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants