If that's true, we will fix it for 4.1. I can look closer tomorrow. Mark
Sent from my iPhone On Dec 9, 2012, at 2:04 AM, sausarkar <sausar...@ebay.com> wrote: > Spoke too early it seems that SolrCloud is still distributing queries to all > the servers even if numShards=1 We are seeing POST request to all servers in > the cluster, please let me know what is the solution. Here is an example: > (the variable isShard should be false in our case as single shard, please > help) > > POST /solr/core0/select HTTP/1.1 > Content-Charset: UTF-8 > Content-Type: application/x-www-form-urlencoded; charset=UTF-8 > User-Agent: Solr[org.apache.solr.client.solrj.impl.HttpSolrServer] 1.0 > Content-Length: 991 > Host: server1 > Connection: Keep-Alive > > lowercaseOperators=true&mm=70%&fl=EntityId&df=EntityId&q.op=AND&q.alt=*:*&qs=10&stopwords=true&defType=edismax&rows=3000&q=*:*&start=0&fsv=true&distrib=false&*isShard=true&*shard.url=*server1*:9090/solr/core0/|*server2*:9090/solr/core0/|*server3*:9090/solr/core0/&NOW=1354918880447&wt=javabin&version=2 > > > Re: SolrCloud - Query performance degrades with multiple servers > Dec 06, 2012; 6:29pm — by Mark Miller-3 > > On Dec 6, 2012, at 5:08 PM, sausarkar <[hidden email]> wrote: > >> We solved the issue by explicitly adding numShards=1 argument to the solr >> start up script. Is this a bug? > > Sounds like it…perhaps related to SOLR-3971…not sure though. > > - Mark > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SolrCloud-Query-performance-degrades-with-multiple-servers-tp4024660p4025455.html > Sent from the Solr - User mailing list archive at Nabble.com.