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
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
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
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
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
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
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
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
;
> 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?
>
&
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
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
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
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.
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.
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
/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
/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
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
-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
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
20 matches
Mail list logo