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
Apoorva, I was facing same problem few days back when i started useing *CloudSolrServer*, it decreased my latency by almost 5 times than HttpSolrServer .. below are few things i did for performance improvement. + Start using ConcurrentUpdateSolrServer + LB also choking the n/w in high tra