Re: Why Solr slows down when accessed thru load balancer

2013-07-25 Thread Gora Mohanty
On 26 July 2013 00:11, kaustubh147  wrote:
> Hi,
>
> When I am connecting my application to solr thru a load balancer
> (https://domain name/apache-solr-4.0.0), it is significantly slow. but if I
> connect Solr directly (https://11.11.1.11:8080/apache-solr-4.0.0) on the
> application server it works better.
[...]

Um, clearly there is then some issue with your setup,
and that is what you need to debug.

What does this have to do with Solr?

Regards,
Gora


Why Solr slows down when accessed thru load balancer

2013-07-25 Thread kaustubh147
Hi,
 
When I am connecting my application to solr thru a load balancer
(https://domain name/apache-solr-4.0.0), it is significantly slow. but if I
connect Solr directly (https://11.11.1.11:8080/apache-solr-4.0.0) on the
application server it works better.

Ideally use of load balancer should give better performance. 

In our setup we have one load balancer which redirects the request to two
Apache web server instances, which eventually redirects to 4 Glassfish
application server instances.

Are we doing something wrong or Is it a known problem with SOLR-Glassfish
combination??
Please help

Thanks



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Why-Solr-slows-down-when-accessed-thru-load-balancer-tp4080402.html
Sent from the Solr - User mailing list archive at Nabble.com.