标签:速度 search arch shard 遇到 数据 routing last 分配
一.限制单个index在单个节点上的总shard数。
index.routing.allocation.total_shards_per_node
一般在冷热分离的场景种,冷数据会设置副本,热数据为了保证写入速度,只有主分片。
当以均衡index中的shard数为目的,设置了该限制后,若冷数据节点数不够,容纳热数据节点2倍的分片,则会导致大量shard无法分配到节点上。
标签:速度 search arch shard 遇到 数据 routing last 分配
原文地址:https://www.cnblogs.com/arli/p/12851779.html