i have cluster in red status and heap size is almost full...i need delete some index but i have a timeout error
{"error":{"root_cause":[{"type":"process_cluster_event_timeout_exception","reason":"failed to process cluster event (delete-index [my.index-2016.08.01]) within 30s"}],"type":"process_cluster_event_timeout_exception","reason":"failed to process cluster event (delete-index [my.index-2016.08.01]) within 30s"},"status":503}
I can delete index in red status?
What if you try and increase your master_timeout
value within your request itself?
curl -XDELETE yourhost:9200/index?master_timeout=60s
These threads could help you:
Ref 1
Ref 2
I resolved disabling shard allocation, i could erase indexes, just finished, i reactivated allocation
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With