-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Allow ILM's Shrink Action to progress successfully on indices with 1 shard #33275
Comments
Pinging @elastic/es-core-infra |
I do not like the idea of a noop because then the semantics of shrink would not be the same. The shrink should only succeed if it successfully made a new shrunken index. That would mean allowing shrink to operate on an index with one shard, and simply copy without reducing the number of shards (since it cannot). I've added
|
Pinging @elastic/es-core-features |
from discussion with the team on Zoom: We decided it would make sense for ILM shrink |
When a user specifies the shrink action and the index it is supposed to shrink already has only 1 shard, this error crops up:
ILM should just noop this (or shrink should).
The text was updated successfully, but these errors were encountered: