I am currently using ES 6.6.1 (3 nodes), all running on centos 7.
I am planning an upgrade to 6.8 and then 7.1
The upgrade assistent says this:
Number of open shards exceeds cluster soft limit
There are [3514] open shards in this cluster, but the cluster is limited to [1000] per data node, for [3000] maximum.
The upgrade assistant links to this documentation which gives me 404 error upon opening it:
https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_cluster_wide_shard_soft_limit
How should I fix those on centos?
Does this related to max open file in linux?
Thanks