ElasticSearch 7.6中遇到的一些坑
Posted arli
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ElasticSearch 7.6中遇到的一些坑相关的知识,希望对你有一定的参考价值。
一.限制单个index在单个节点上的总shard数。
index.routing.allocation.total_shards_per_node
一般在冷热分离的场景种,冷数据会设置副本,热数据为了保证写入速度,只有主分片。
当以均衡index中的shard数为目的,设置了该限制后,若冷数据节点数不够,容纳热数据节点2倍的分片,则会导致大量shard无法分配到节点上。
以上是关于ElasticSearch 7.6中遇到的一些坑的主要内容,如果未能解决你的问题,请参考以下文章
安装elasticsearch 5.x, 6.x 常见问题(坑)的解决
安装elasticsearch 5.x, 6.x 常见问题(坑)的解决
elasticsearch按照配置时遇到的一些坑 [Failed to load settings from [elasticsearch.yml]]
elasticsearch按照配置时遇到的一些坑 [Failed to load settings from [elasticsearch.yml]]