Hello
I have 6 elasticsearch instanse are runnig in docker containers on 3 physical node. When one of the elasticsearch instanse is restrating, all of indexs become inaccessible. How i can fix it? Config of elasticsearch such:
Elastic logging is not enabled, to enable it , need to restart the nodes. Rebooting each node makes the indexes unavailable for 30 minutes, which is critical for business
Yes, that could be the case. How is rack_id set on the different nodes? How many replicas do you have configured? It also looks like you are setting the attribute rack but have instead specified rack_id to be used. Is this a copy-paste problem or actually in the config?
after I fixed parameter node.attr.rack to node.attr.rack_id, the replica indexes were at UNASSIGNED until I returned the parameter node.attr.rack back. There was such an error in the log: node does not contain the awareness attribute [rack]; required attributes cluster setting [cluster.routing.allocation.awareness.attributes=rack
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.