Re: SolrCloud become unresponsive after huge pivot facet query

2019-01-31 Thread Shawn Heisey
On 1/31/2019 12:11 PM, Ruchir Choudhry wrote: Wanted to start working on Solr bugs, will appreciate if you or some can allocate me with some minor bugs. It doesn't work like that. Issues are not handed out, it's a strictly volunteer system. You'll need to find the issues you want to work on

Re: SolrCloud become unresponsive after huge pivot facet query

2019-01-31 Thread Ruchir Choudhry
Hello Erick, Wanted to start working on Solr bugs, will appreciate if you or some can allocate me with some minor bugs. Warm Regards, Ruchir On Wed, Jan 30, 2019 at 8:53 AM Erick Erickson wrote: > My suggestion is "don't do that" ;). > > Ok, seriously. Conceptually what you have is an N-dim

R: SolrCloud become unresponsive after huge pivot facet query

2019-01-31 Thread Matteo Diarena
io originale- Da: Erick Erickson Inviato: 30 January 2019 17:44 A: solr-user Oggetto: Re: SolrCloud become unresponsive after huge pivot facet query My suggestion is "don't do that" ;). Ok, seriously. Conceptually what you have is an N-dimnensional matrix. Each "dimension&qu

Re: SolrCloud become unresponsive after huge pivot facet query

2019-01-30 Thread Erick Erickson
My suggestion is "don't do that" ;). Ok, seriously. Conceptually what you have is an N-dimnensional matrix. Each "dimension" is one of your pivot fields with one cell for each unique value in the field. So the size is (cardinality of field 1) x (cardinality of field 2) * (cardinality of field 3) .

SolrCloud become unresponsive after huge pivot facet query

2019-01-30 Thread Matteo Diarena
Dear all, we have a solrcloud cluster with the following features: - 3 zookeeper nodes - 4 solr nodes with: - 4 CPU - 16GB RAM Each solr instance is configured as follow: SOLR_JAVA_MEM="-Xms2g -Xmx8g" SOL