Perhaps a really silly question, but... Is your batch job sending
queries serially? In which case this is understandable and would be
sensitive to the lower hit ratios in your caches.
If this is the case, you still won't get 2x the performance with two
servers, I'm guessing your total time to run
Ahhh, thanks for letting us know what the problem was!
Erick
On Fri, Oct 10, 2014 at 1:14 AM, arild.nils...@gmail.com
wrote:
> Thanks for the replays. We solved the problem, it turned out that we had not
> set up the Zookeeper servlet, adding the following to web.xml solved it:
>
>
>
On Sat, Oct 11, 2014 at 12:22 AM, William Bell wrote:
> I want to call:
>
> http://localhost:8983/solr/collection1/query?defType=myqp&yy=electronics&q=payloads:$yy
>
> How do I pass $yy to the parser and have it use "electronics" instead
> of the literal $yy?
Solr only does parameter substitution
This question is related to Out of Memory Errors that I am seeing on my Solr
Cloud Setup - I am running Solr 4.5.1.
Here is how my setup looks:
1. Have 6 Solr Tomcat Nodes distributed across 3 Servers - i.e. 2 nodes per
server
2. Each tomcat node has been allocated 2 GB RAM - XmX setting
Have two