"failed to process cluster event (update-settings) within 30s"

Hi,

I posted here last week because of the strange behaviour of my cluster. Now I wanted to shrink my shards, but everytime i try to do it, I get:
{ "error" : { "root_cause" : [ { "type" : "process_cluster_event_timeout_exception", "reason" : "failed to process cluster event (update-settings) within 30s" } ], "type" : "process_cluster_event_timeout_exception", "reason" : "failed to process cluster event (update-settings) within 30s" }, "status" : 503 }

this is my cluster status. My pending tasks seem to be pretty big as well
{ "cluster_name" : "elasticsearch", "status" : "green", "timed_out" : false, "number_of_nodes" : 5, "number_of_data_nodes" : 4, "active_primary_shards" : 9275, "active_shards" : 23575, "relocating_shards" : 15, "initializing_shards" : 0, "unassigned_shards" : 0, "delayed_unassigned_shards" : 0, "number_of_pending_tasks" : 44014, "number_of_in_flight_fetch" : 0, "task_max_waiting_in_queue_millis" : 4733044, "active_shards_percent_as_number" : 100.0 }

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.