Re: 5.5.3: fieldValueCache auto-warming error

2016-11-15 Thread Erick Erickson
Thanks for letting us know. I raised a JIRA but I won't have time to work on it in the foreseeable future. Erick On Tue, Nov 15, 2016 at 6:24 AM, Bram Van Dam wrote: > On 11/11/16 18:08, Bram Van Dam wrote: >> On 10/11/16 17:10, Erick Erickson wrote: >>> Just facet on the text field yourself ;).

Re: 5.5.3: fieldValueCache auto-warming error

2016-11-15 Thread Bram Van Dam
On 11/11/16 18:08, Bram Van Dam wrote: > On 10/11/16 17:10, Erick Erickson wrote: >> Just facet on the text field yourself ;) Quick update: you were right. One of the users managed to find a bug in our application which enabled them to facet on the text field. It would be still be nice if Solr

Re: 5.5.3: fieldValueCache auto-warming error

2016-11-11 Thread Bram Van Dam
On 10/11/16 17:10, Erick Erickson wrote: > Just facet on the text field yourself ;) Wish I could, this is on premise over at a client, access is difficult and their response time is pretty bad on public holidays and weekends. So I'm basically twiddling my thumbs while waiting to get more log f

Re: 5.5.3: fieldValueCache auto-warming error

2016-11-10 Thread Erick Erickson
Just facet on the text field yourself ;) Kidding aside, this should be in the clear from the logs, my guess is that the first time you see an OOM error in the logs the query will be in the file also. You could also fire up Solr with the OOM killer script (see solr/bin). Kind of harsh, but you

Re: 5.5.3: fieldValueCache auto-warming error

2016-11-10 Thread Bram Van Dam
On 09/11/16 16:59, Erick Erickson wrote: > But my bet is that you _are_ doing something that uninverts the text > field (obviously inadvertently). If you restart Solr and monitor the > log until the first time you see this exception, what do the queries > show? My guess is that once you get some qu

Re: 5.5.3: fieldValueCache auto-warming error

2016-11-09 Thread Erick Erickson
That is strange. If you turn off autowarming for fieldValueCache and this goes away that would be _really_ strange indeed. But my bet is that you _are_ doing something that uninverts the text field (obviously inadvertently). If you restart Solr and monitor the log until the first time you see this

5.5.3: fieldValueCache auto-warming error

2016-11-09 Thread Bram Van Dam
Hey folks, I'm frequently getting the following error, which has me a little puzzled: Error during auto-warming of key:text:org.apache.solr.common.SolrException: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field text This is strange because the field in quest