Hi,

I'm in a bit of a crisis here. Trying to deploy a new search on an
ecommerce website which has been tested (but not stress tested). The
core has been running for years without any performance problems but we
have now changed two things:

1) started using group.facet=true in a rather complicated query - see below

2) added a new core with suggester component

Solr version was 5.2, upgraded to 5.5.4 to try, no improvement.

What happens under real load is the query response times start getting
higher  > 10000  and most requests end up like this:
org.apache.solr.servlet.HttpSolrCall; Unable to write response, client
closed connection or we are shutting down

Could it be  this issue https://issues.apache.org/jira/browse/SOLR-4763
? And if so, would upgrading to 6.4 help or changing the app to start
using JSON.facet ?

Any help would be  greatly appreciated.

Thanks

Marek


INFO  - 2017-03-04 16:04:42.619; [   x:kcore]
org.apache.solr.core.SolrCore; [kcore]  webapp=/solr path=/select
params={f.ebook_formats.facet.mincount=1&f.languageid.facet.limit=10&f.ebook_formats.facet.limit=10&fq=((type:knihy)+OR+(type:defekty))&fq=authorid:(27544)&f.thematicgroupid.facet.mincount=1&group.ngroups=true&group.ngroups=true&f.type.facet.limit=10&group.facet=true&f.articleparts.facet.mincount=1&f.articleparts.facet.limit=10&group.field=edition&group=true&facet.field=categoryid&facet.field={!ex%3Dat}articletypeid_grouped&facet.field={!ex%3Dat}type&facet.field={!ex%3Dsw}showwindow&facet.field={!ex%3Dtema}thematicgroupid&facet.field={!ex%3Dformat}articleparts&facet.field={!ex%3Dformat}ebook_formats&facet.field={!ex%3Dlang}languageid&f.categoryid.facet.mincount=1&group.limit=30&start=0&f.type.facet.mincount=1&f.thematicgroupid.facet.limit=10&sort=score+desc&rows=12&version=2.2&f.languageid.facet.mincount=1&q=&group.truncate=false&group.format=grouped&f.showwindow.facet.mincount=1&f.articletypeid_grouped.facet.mincount=1&f.categoryid.facet.limit=100&f.showwindow.facet.limit=10&f.articletypeid_grouped.facet.limit=10&facet=true}
hits=1 status=0 QTime=19214






Reply via email to