When running a single node setup, it always bugged me, that Elasticsearch uses a lot of time rebalancing all of the shards after a restart. The shards will always go to the same node as before restarting the node.
Is it recommended to set cluster.routing.rebalance.enable to none in single node clusters?
Sorry, but I probably mean reallocating then. Why unallocate everything on shutdown and use time to reallocate on startup? The data is the same as when the node shut down and no new node is in the cluster.
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.