Our cluster has 4k+ indices, 36 data nodes(8c & 32g). ,3 mn (4c & 16g)
Write is on 10k+ & read is very less
No of primary shards - 4k+, replica 1
Es version: 5.x
All tasks are running for hrs.
Logs throwing RemoteTransportException[[axcdfer][__IP__][__PATH__]]; nested: ProcessClusterEventTimeoutException[failed to process cluster event (update-settings) within 30s];
cluster stats response
{
"_nodes":
{
"total": 39,
"successful": 39,
"failed": 0
},
"status": "green",
"indices":
{
"count": 4205,
"shards":
{
"total": 8472,
"primaries": 4232,
"replication": 1.001890359168242,
"index":
{
"shards":
{
"min": 2,
"max": 8,
"avg": 2.01474435196195
},
"primaries":
{
"min": 1,
"max": 4,
"avg": 1.0064209274673008
},
"replication":
{
"min": 1.0,
"max": 2.0,
"avg": 1.0019024970273485
}
}
},
"docs":
{
"count": 687645501,
"deleted": 227615845
},
"store":
{
"size_in_bytes": 461674571016,
"throttle_time_in_millis": 0
},
"fielddata":
{
"memory_size_in_bytes": 0,
"evictions": 0
},
"query_cache":
{
"memory_size_in_bytes": 52614032,
"total_count": 5769365,
"hit_count": 12711,
"miss_count": 5756654,
"cache_size": 1036,
"cache_count": 1649,
"evictions": 613
},
"completion":
{
"size_in_bytes": 1065914
},
"segments":
{
"count": 39606,
"memory_in_bytes": 3019471272,
"terms_memory_in_bytes": 2792779786,
"stored_fields_memory_in_bytes": 75863936,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 29512832,
"points_memory_in_bytes": 7033838,
"doc_values_memory_in_bytes": 114280880,
"index_writer_memory_in_bytes": 2649482309,
"version_map_memory_in_bytes": 814845713,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": 1677385060118,
"file_sizes":
{}
}
},
"nodes":
{
"count":
{
"total": 39,
"data": 36,
"coordinating_only": 0,
"master": 3,
"ingest": 36
},
"versions":
[
"5.4"
],
"os":
{
"available_processors": 300,
"allocated_processors": 300,
"names":
[
{
"count": 39
}
],
"mem":
{
"total_in_bytes": 1237275987968,
"free_in_bytes": 116169551872,
"used_in_bytes": 1121106436096,
"free_percent": 9,
"used_percent": 91
}
},
"process":
{
"cpu":
{
"percent": 104
},
"open_file_descriptors":
{
"min": 1768,
"max": 2384,
"avg": 2294
}
},
"jvm":
{
"max_uptime_in_millis": 163535887,
"mem":
{
"heap_used_in_bytes": 252877825880,
"heap_max_in_bytes": 648072658944
},
"threads": 7062
},
"fs":
{
"total_in_bytes": 3667610210304,
"free_in_bytes": 3196143022080,
"available_in_bytes": 3009946152960
},
"network_types":
{
"transport_types":
{
"netty4": 39
},
"http_types":
{
"filter-jetty": 39
}
}
}
}