Re: best load balancer for solr cloud

2014-10-14 Thread Shawn Heisey
On 10/14/2014 2:45 AM, Apoorva Gaurav wrote: > Any specific configuration needed for CloudSolrServer as I've seen > increased latency on using it. Does ConcurrentUpdateSolrServer itself do > discovery like CloudSolrServer. ConcurrentUpdateSolrServer is just a wrapper for HttpSolrServer that does s

Re: best load balancer for solr cloud

2014-10-14 Thread Apoorva Gaurav
Thanks Shawn, Amey, Any specific configuration needed for CloudSolrServer as I've seen increased latency on using it. Does ConcurrentUpdateSolrServer itself do discovery like CloudSolrServer. On Mon, Oct 13, 2014 at 7:53 PM, Shawn Heisey wrote: > On 10/13/2014 5:28 AM, Apoorva Gaurav wrote: > >

Re: best load balancer for solr cloud

2014-10-13 Thread Shawn Heisey
On 10/13/2014 5:28 AM, Apoorva Gaurav wrote: > Is it preferable to use CloudSolrServer or using an external load balancer > like haproxy. We're currently channeling all our requests via haproxy but > want to get rid of management hassles as well as additional network call > but saw a significant de

RE: best load balancer for solr cloud

2014-10-13 Thread Amey - codeinventory
trafficking. + Send requests to direct target server IP. + Solr is smart enough to distribute req to other servers in cloud. Regards, Amey --- Original Message --- From: "Apoorva Gaurav" Sent: October 13, 2014 4:59 PM To: "solr-user" Subject: best load balancer for solr clou

best load balancer for solr cloud

2014-10-13 Thread Apoorva Gaurav
Hello All, Is it preferable to use CloudSolrServer or using an external load balancer like haproxy. We're currently channeling all our requests via haproxy but want to get rid of management hassles as well as additional network call but saw a significant degradation in latency on switching to Clou