ozlerhakan commented on issue #618:
URL: https://github.com/apache/solr-operator/issues/618#issuecomment-1716311937

   Thank you @janhoy and @HoustonPutman for your interest in this question. 
   
   The primarily idea is to create a SolrCloud environment where we maintain a 
large dataset under 3+ distributed Solr instances with the backup-restore 
feature at hand. This mechanism is experimental and we conduct extensive tests 
on it. Additionally, I want to experiment with another scenario where 
shard-leaders and replicas reside in separate and isolated instances within the 
cluster. In this setup, leader-shards are responsible for updates and 
backup-restore tasks, while replicas can handle heavy users requests. However, 
I'm still unsure if this is the best practice and feasible when it comes to the 
SolrCloud concept.
   
   Returning to my initial question, although my understanding of how the logic 
behind assigning node roles works is not solid at the moment, I was expecting a 
Solr API for nodes to assign new roles to running instances in the cluster at 
runtime as there is a Roles 
[API](https://solr.apache.org/guide/solr/latest/deployment-guide/node-roles.html#roles-api)
 that allows us to list some node level details at cluster level. 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to