Reputation: 18250
I have a SolrCloud running on Solr 5.1.0 which consist of a set of powerful machines for searches and updates.
I have a set of additional and slower machines which are supposed to be only replica. These machines do not receive any direct traffic.
However, the logfiles of the slower machines show a lot of query traffic originating the other nodes.
I want the slow replicas for recovery only, they should not process any searches.
Is there a possibility to configure this behaviour in SolrCloud?
Upvotes: 1
Views: 168
Reputation: 810
No. Solrcloud does not provide a mechanism by which a node participates in replication, but is not a candidate for per-shard fan-out queries.
That said...
Upvotes: 1