When I am running multiple solr instances setup in a sharded implementation I am noticing that if I shut down 1 of the shards I get the following message when a query is executed:
HTTP ERROR 503 Problem accessing /solr/select/. Reason: no servers hosting shard: ------------------------------ *Powered by Jetty:// *In order to get this to go away I need to stop the remaining solr instances that are running and delete the zoo data to get things to run again. Is there a way to have solr clean up the zookeeper entries when a shard shuts down so this error does not occur?