美文网首页
2022-09-09

2022-09-09

作者: coderTG | 来源:发表于2022-09-11 15:17 被阅读0次

    ES分片问题
    "Validation Failed: 1: this action would add [2] shards, but this cluster currently has [999]/[1000]
    永久扩容
    curl -XPUT -H "Content-Type:application/json" http://192.168.8.115:9200/_cluster/settings -d '{ "persistent": { "cluster": { "max_shards_per_node": 5000 } } }'
    查询扩容
    curl -XGET http://192.168.8.115:9200/_cluster/settings?pretty

    image.png

    相关文章

      网友评论

          本文标题:2022-09-09

          本文链接:https://www.haomeiwen.com/subject/aeqznrtx.html