Re: Stopping a node from receiving any requests temporarily.

2017-04-12 Thread Callum Lamb
We can do that in most cases and that's what we've been doing up until now to prevent failed requests. All the more incentive to get rid of those joins then I guess! Thanks. On Wed, Apr 12, 2017 at 4:16 PM, Erick Erickson wrote: > No good ideas here with current Solr. I just raised SOLR-10484

Re: Stopping a node from receiving any requests temporarily.

2017-04-12 Thread Erick Erickson
No good ideas here with current Solr. I just raised SOLR-10484 for the generic ability to take a replica out of action (including the ADDREPLICA operation). Your understanding is correct, Solr will route requests to active replicas. Is it possible that you can load the "from" core first _then_ add

Re: Stopping a node from receiving any requests temporarily.

2017-04-12 Thread Callum Lamb
Forgot to mention. We're using solr 5.5.2 in Solr cloud mode. Everything is single sharded at the moment as the collections are still quite small. On Wed, Apr 12, 2017 at 3:30 PM, Callum Lamb wrote: > We have a Solr cluster that still takes queries that join between cores (I > know, bad). We can

Stopping a node from receiving any requests temporarily.

2017-04-12 Thread Callum Lamb
We have a Solr cluster that still takes queries that join between cores (I know, bad). We can't change that anytime soon however and I was hoping there was a band-aid I could use in the mean time to make deployments of new nodes cleaner. When we want to add a new node to cluster we'll have a brief