You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
When we use shrink action after rollover action, or apply shrink action on data stream's index, the shrink action can't be executed correctly. It throws:
Shrink failed when sending shrink request.
<some index> must be read-only to resize index. use "index.blocks.write=true"
After several retries, the cluster has no available node to execute shrink action, all indexes for shrink have:
{
"message": "There are no available nodes to move to to execute a shrink. Delaying until node becomes available."
}
How can one reproduce the bug?
Steps to reproduce the behavior:
Created an ISM policy with shrink action after rollover, e.g.
@Angie-Zhang Can we also share the setup used while replicating this issue. Wondering if this issue replicable on any specific setup or configuration of indices/cluster.
Also, do we have any insights on the possible reasons for it yet?
What is the bug?
When we use shrink action after rollover action, or apply shrink action on data stream's index, the shrink action can't be executed correctly. It throws:
After several retries, the cluster has no available node to execute shrink action, all indexes for shrink have:
How can one reproduce the bug?
Steps to reproduce the behavior:
Even though there are available nodes for shrink, ISM still throws above error message.
What is the expected behavior?
Shrink action should work as expected.
What is your host/environment?
The text was updated successfully, but these errors were encountered: