https://www.elastic.co/guide/en/elasticsearch/reference/7.8/modules-cluster.html#cluster-shard-allocation-settings
es doc said cluster.routing.allocation.disk.threshold_enabled
can control shard allocate when some node has low disk watermark.
but my question is can es allocate shards based on disk capacity Evenly distributed??
my problem now is one node in the cluster has only 1T disk,while other nodes has 5T each,how can data allocate Evenly
anybody help me?
Allocation is done by shard count, not disk size.
Yes, please be patient though
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.