I'm looking for a way to perform graceful shutdown and restarts of members of a SolrCloud. I want to perform rolling restarts for maintenance without disrupting service.
Basically what is in this StackOverflow question: http://stackoverflow.com/questions/13935909/cloudsolrserver-graceful-shutdown "Typically with a normal load balancer, there's a way to shut off traffic to a box, and then normal shutdown can proceed at some interval after that. ... What is the recommended way to shutdown a SOLR instance while not losing requests...?" Is this possible? Thanks, Carlos