Re: Using solrcloud6 and solrj client with HAProxy.

2016-09-01 Thread Shawn Heisey
On 9/1/2016 6:48 AM, Shawn Heisey wrote: > You can use the load balancer URL with HttpSolrClient instead of using > the zookeeper information with CloudSolrClient. At that point, you > will be dependent on haproxy to balance the load. It probably will not > react as fast to servers going down as So

Re: Using solrcloud6 and solrj client with HAProxy.

2016-09-01 Thread Shawn Heisey
On 9/1/2016 2:26 AM, Piyush Kunal wrote: > But I want to give priority to some nodes (with better configuration) > to have more load. Previously we used to use a HAproxy above all the > nodes which we can easily configure to put high loads on some nodes. > But if zookeeper is doing the load-balanci

Using solrcloud6 and solrj client with HAProxy.

2016-09-01 Thread Piyush Kunal
We are using a solrcloud 6.1 cluster with zookeeper. We have 6 nodes running behind the cluster. If I use solrj client with zookeeper, it will round robin across all the servers and distribute equal load across them. But I want to give priority to some nodes (with better configuration) to have m