Hi, Why you are not able to configure more than 4 nodes?
If you start another node (in another machine) and configure the zookeepers connection on that new node these nodes will conect to the cluster expanding it (you can see it on the web console of solr) only whit that you will have more nodes in the cluster. After that you must adjust other parameters as replication factor of the shards (to get info as you will in all the nodes) and update the index to apply it, also the entry of request to the nodes (adjust load balancer expanding to the new nodes) to serve the response in a balanced way between the cluster. Kind regards. ________________________________ De: garvit garg <[email protected]> Enviado: jueves, 15 de diciembre de 2022 11:23 Para: [email protected] <[email protected]> Asunto: Solr Cloud Configuration with more than 4 nodes. Hi All, I want to configure solr cloud with more than 4 nodes, mostly 6-8 nodes so that my data gets distributed among all the nodes evenly. But I am not able to configure more than 4 nodes. Can anyone guide me on how I can configure more than 4 nodes in solr cloud with zookeeper being used externally?
