Re: Solrcloud load balancing / failover

2020-12-26 Thread Dominique Bejean
Hi, Thank you for your response. Dominique Le mar. 15 déc. 2020 à 08:06, Shalin Shekhar Mangar a écrit : > No, the load balancing is based on random selection of replicas and > CPU is not consulted. There are limited ways to influence the replica > selection, see > https://lucene.apache.org/solr

Re: Solrcloud load balancing / failover

2020-12-14 Thread Shalin Shekhar Mangar
No, the load balancing is based on random selection of replicas and CPU is not consulted. There are limited ways to influence the replica selection, see https://lucene.apache.org/solr/guide/8_4/distributed-requests.html#shards-preference-parameter If a replica fails then the query fails and an er

Solrcloud load balancing / failover

2020-12-11 Thread Dominique Bejean
Hi, Is there in Solrcloud any load balancing based on CPU load on Solr nodes ? If for shard a replica fails to handle a query, the query is sent to another replica in order to be completed ? Regards Dominique

Re: solrcloud load balancing

2016-10-22 Thread Jay Potharaju
Thanks Erick & Shawn for the response. In case of non-distributed queries(single shard with replicas) is there a way for me to determine how long does it take to retrieve the documents and send the response. In my load test , i see that the response time at the client API is in seconds but I am

Re: solrcloud load balancing

2016-10-22 Thread Jay Potharaju
Thanks Erick for the response I am currently using a load balancer for my solrcloud, but was particularly interested to know if solrcloud is doing load balancing internally in the case of a single shard. All the documentation that I have seen assumes multi-shard scenarios but not for a single shard

Re: solrcloud load balancing

2016-10-22 Thread Shawn Heisey
On 10/22/2016 6:19 PM, Jay Potharaju wrote: > I am trying to understand how load balancing works in solrcloud. > > As per my understanding solrcloud provides load balancing when querying > using an http endpoint. When a query is sent to any of the nodes , solr > will intelligently decide which ser

Re: solrcloud load balancing

2016-10-22 Thread Erick Erickson
1) Single shards have some short circuiting in them. And anyway it's best to have some kind of load balancer in front or use SolrJ with CloudSolrClient. If you just use an HTTP end-point, you have a single point of failure if that node goes down. 2) yes. What it does _not_ include is the time take

solrcloud load balancing

2016-10-22 Thread Jay Potharaju
Hi, I am trying to understand how load balancing works in solrcloud. As per my understanding solrcloud provides load balancing when querying using an http endpoint. When a query is sent to any of the nodes , solr will intelligently decide which server can fulfill the request and will be processed

Re: SolrCloud load balancing during heavy indexing

2014-04-25 Thread Otis Gospodnetic
; > So, this is where SolrCloud is different from legacy master/slave > configuration? I mean master/slave sends segments to the slaves using e.g. > rsync while SolrCloud forwards the indexing request to replicas where it's > processed "locally" on each replica, right? > &

Re: SolrCloud load balancing during heavy indexing

2014-04-25 Thread Erick Erickson
What Shawn said Erick On Fri, Apr 25, 2014 at 10:13 AM, Shawn Heisey wrote: > On 4/25/2014 10:54 AM, zzT wrote: >> >> So, this is where SolrCloud is different from legacy master/slave >> configuration? I mean master/slave sends segments to the slaves using e.g. >> rsync while SolrCloud forwa

Re: SolrCloud load balancing during heavy indexing

2014-04-25 Thread Shawn Heisey
On 4/25/2014 10:54 AM, zzT wrote: So, this is where SolrCloud is different from legacy master/slave configuration? I mean master/slave sends segments to the slaves using e.g. rsync while SolrCloud forwards the indexing request to replicas where it's processed "locally" on each replica, right? T

Re: SolrCloud load balancing during heavy indexing

2014-04-25 Thread zzT
acy master/slave configuration? I mean master/slave sends segments to the slaves using e.g. rsync while SolrCloud forwards the indexing request to replicas where it's processed "locally" on each replica, right? -- View this message in context: http://lucene.472066.n3.nabble.com/So

Re: SolrCloud load balancing during heavy indexing

2014-04-25 Thread Erick Erickson
vy indexing on > leader node might affect search response times. Has anyone witnessed such a > case? > > Thanks > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SolrCloud-load-balancing-during-heavy-indexing-tp4133099.html > Sent from the Solr - User mailing list archive at Nabble.com.

SolrCloud load balancing during heavy indexing

2014-04-25 Thread zzT
ader node might affect search response times. Has anyone witnessed such a case? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-load-balancing-during-heavy-indexing-tp4133099.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud - load balancing

2012-08-03 Thread sausarkar
Hi Mark, You are referring to the CloudSolrServer not CommonsHttpSolrServer right? does the CommonsHttpSolrServer also round robin? Do you recommend any tool for load testing SolrCloud? Thanks, Sauvik -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-load

Re: SolrCloud - load balancing

2012-08-03 Thread Mark Miller
/impl/CloudSolrServer.html > > -- Jack Krupansky > > -Original Message- From: sausarkar > Sent: Friday, August 03, 2012 7:29 PM > To: solr-user@lucene.apache.org > Subject: SolrCloud - load balancing > > Do anyone know if query using CommonsHttpSolrServer on SolrC

Re: SolrCloud - load balancing

2012-08-03 Thread Mark Miller
/impl/CloudSolrServer.html> > > -- Jack Krupansky > > -Original Message- From: sausarkar > Sent: Friday, August 03, 2012 7:29 PM > To: solr-user@lucene.apache.org > Subject: SolrCloud - load balancing > > Do anyone know if query using CommonsHttpSolrServer on SolrC

Re: SolrCloud - load balancing

2012-08-03 Thread sausarkar
actually I noticing that the CommonsHttpSolrServer seems to load balancing by hitting all servers in the cluster, just wanted to confirm if that is the case. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-load-balancing-tp3999143p3999145.html Sent from the Solr

Re: SolrCloud - load balancing

2012-08-03 Thread Jack Krupansky
-ALPHA/org/apache/solr/client/solrj/impl/CloudSolrServer.html -- Jack Krupansky -Original Message- From: sausarkar Sent: Friday, August 03, 2012 7:29 PM To: solr-user@lucene.apache.org Subject: SolrCloud - load balancing Do anyone know if query using CommonsHttpSolrServer on So

SolrCloud - load balancing

2012-08-03 Thread sausarkar
Do anyone know if query using CommonsHttpSolrServer on SolrCloud is automatically load balanced? I am trying to load test using solrmeter on one if the node I am seeing all the nodes seems to be hit. Any clues -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-load