ES 挂掉问题

内存不够,需要调整jvm 参数 -Xms -Xmx

文件句柄不够,通过 ulimit -n 来调整;

ES 不能创建索引问题

maximum shards open, 默认一个节点1000 个分片

解决办法:
curl -XPUT -H "Content-Type: application/json" -d '{"transient":{"cluster":{"max_shards_per_node":3000}}}' 'http://localhost:9200/_cluster/settings'


zed2015
15 声望2 粉丝