-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
x-pack/plugin/core: make automatic rollovers lazy #104597
x-pack/plugin/core: make automatic rollovers lazy #104597
Conversation
Apply automatic rollovers lazily, upon the next write, to avoid unnecessary empty backing indices. See elastic#89346
Hi @axw, I've created a changelog YAML for you. |
Pinging @elastic/es-data-management (Team:Data Management) |
Failure is in ESQL, unrelated to my changes AFAICS. |
@elasticmachine run elasticsearch-ci/part-3 |
...k/plugin/core/src/main/java/org/elasticsearch/xpack/core/template/IndexTemplateRegistry.java
Show resolved
Hide resolved
@elasticmachine update branch |
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 @axw, I've updated the changelog YAML for you. |
@elasticmachine update branch |
Apply automatic rollovers lazily, upon the next write, to avoid unnecessary empty backing indices.
See #89346
Fixes #104083