Re: serious JSON Facet bug

2015-07-27 Thread Harry Yoo
yes, I see the problem on my production solr. I set 10,240 as max and I see the 
current size is 228,940. x22 bigger than max.


> On Jul 23, 2015, at 8:43 PM, Yonik Seeley  wrote:
> 
> On Thu, Jul 23, 2015 at 5:00 PM, Harry Yoo  wrote:
>> Is there a way to patch? I am using 5.2.1 and using json facet in production.
> 
> First you should see if your queries tickle the bug...
> check the size of the filter cache from the admin screen (under
> plugins, filterCache)
> and see if it's current size is larger than the configured maximum.
> 
> -Yonik
> 
> 
>>> On Jul 16, 2015, at 1:43 PM, Yonik Seeley  wrote:
>>> 
>>> To anyone using the JSON Facet API in released Solr versions:
>>> I discovered a serious memory leak while doing performance benchmarks
>>> (see http://yonik.com/facet_performance/ for some of the early results).
>>> 
>>> Assuming you're in the evaluation / development phase of your project,
>>> I'd recommend using a recent developer snapshot for now:
>>> https://builds.apache.org/job/Solr-Artifacts-5.x/lastSuccessfulBuild/artifact/solr/package/
>>> 
>>> The fix (and performance improvements) will also be in the next Solr
>>> release (5.3) of course.
>>> 
>>> -Yonik
>> 



Re: serious JSON Facet bug

2015-07-25 Thread naga sharathrayapati
Yonik,

Did you see this issue with 5.2 as well or only 5.1?

Thanks,
Naga

On Fri, Jul 24, 2015 at 9:15 PM, Yonik Seeley  wrote:

> On Fri, Jul 24, 2015 at 8:03 PM, Nagasharath 
> wrote:
> > Is there a jira logged for this issue?
>
> * SOLR-7781: JSON Facet API: Terms facet on string/text fields with
> sub-facets caused
>   a bug that resulted in filter cache lookup misses as well as the filter
> cache
>   exceeding it's configured size. (yonik)
>
> https://issues.apache.org/jira/browse/SOLR-7781
>
> -Yonik
>


Re: serious JSON Facet bug

2015-07-24 Thread Yonik Seeley
On Fri, Jul 24, 2015 at 8:03 PM, Nagasharath  wrote:
> Is there a jira logged for this issue?

* SOLR-7781: JSON Facet API: Terms facet on string/text fields with
sub-facets caused
  a bug that resulted in filter cache lookup misses as well as the filter cache
  exceeding it's configured size. (yonik)

https://issues.apache.org/jira/browse/SOLR-7781

-Yonik


Re: serious JSON Facet bug

2015-07-24 Thread Nagasharath
Is there a jira logged for this issue?

Sent from my iPhone

> On 23-Jul-2015, at 11:09 pm, Nagasharath  wrote:
> 
> I don't have this issue.
> 
> I have tried with various json facet queries and my filter cache always come 
> down to the 'minsize'( never exceeds configured) with solr version 5.2.1, and 
> all my queries are json nested faceted.
> 
>>> On 23-Jul-2015, at 7:43 pm, Yonik Seeley  wrote:
>>> 
>>> On Thu, Jul 23, 2015 at 5:00 PM, Harry Yoo  wrote:
>>> Is there a way to patch? I am using 5.2.1 and using json facet in 
>>> production.
>> 
>> First you should see if your queries tickle the bug...
>> check the size of the filter cache from the admin screen (under
>> plugins, filterCache)
>> and see if it's current size is larger than the configured maximum.
>> 
>> -Yonik
>> 
>> 
 On Jul 16, 2015, at 1:43 PM, Yonik Seeley  wrote:
 
 To anyone using the JSON Facet API in released Solr versions:
 I discovered a serious memory leak while doing performance benchmarks
 (see http://yonik.com/facet_performance/ for some of the early results).
 
 Assuming you're in the evaluation / development phase of your project,
 I'd recommend using a recent developer snapshot for now:
 https://builds.apache.org/job/Solr-Artifacts-5.x/lastSuccessfulBuild/artifact/solr/package/
 
 The fix (and performance improvements) will also be in the next Solr
 release (5.3) of course.
 
 -Yonik
>>> 


Re: serious JSON Facet bug

2015-07-23 Thread Nagasharath
I don't have this issue.

I have tried with various json facet queries and my filter cache always come 
down to the 'minsize'( never exceeds configured) with solr version 5.2.1, and 
all my queries are json nested faceted.

> On 23-Jul-2015, at 7:43 pm, Yonik Seeley  wrote:
> 
>> On Thu, Jul 23, 2015 at 5:00 PM, Harry Yoo  wrote:
>> Is there a way to patch? I am using 5.2.1 and using json facet in production.
> 
> First you should see if your queries tickle the bug...
> check the size of the filter cache from the admin screen (under
> plugins, filterCache)
> and see if it's current size is larger than the configured maximum.
> 
> -Yonik
> 
> 
>>> On Jul 16, 2015, at 1:43 PM, Yonik Seeley  wrote:
>>> 
>>> To anyone using the JSON Facet API in released Solr versions:
>>> I discovered a serious memory leak while doing performance benchmarks
>>> (see http://yonik.com/facet_performance/ for some of the early results).
>>> 
>>> Assuming you're in the evaluation / development phase of your project,
>>> I'd recommend using a recent developer snapshot for now:
>>> https://builds.apache.org/job/Solr-Artifacts-5.x/lastSuccessfulBuild/artifact/solr/package/
>>> 
>>> The fix (and performance improvements) will also be in the next Solr
>>> release (5.3) of course.
>>> 
>>> -Yonik
>> 


Re: serious JSON Facet bug

2015-07-23 Thread Yonik Seeley
On Thu, Jul 23, 2015 at 5:00 PM, Harry Yoo  wrote:
> Is there a way to patch? I am using 5.2.1 and using json facet in production.

First you should see if your queries tickle the bug...
check the size of the filter cache from the admin screen (under
plugins, filterCache)
and see if it's current size is larger than the configured maximum.

-Yonik


>> On Jul 16, 2015, at 1:43 PM, Yonik Seeley  wrote:
>>
>> To anyone using the JSON Facet API in released Solr versions:
>> I discovered a serious memory leak while doing performance benchmarks
>> (see http://yonik.com/facet_performance/ for some of the early results).
>>
>> Assuming you're in the evaluation / development phase of your project,
>> I'd recommend using a recent developer snapshot for now:
>> https://builds.apache.org/job/Solr-Artifacts-5.x/lastSuccessfulBuild/artifact/solr/package/
>>
>> The fix (and performance improvements) will also be in the next Solr
>> release (5.3) of course.
>>
>> -Yonik
>


Re: serious JSON Facet bug

2015-07-23 Thread Harry Yoo
Is there a way to patch? I am using 5.2.1 and using json facet in production.

> On Jul 16, 2015, at 1:43 PM, Yonik Seeley  wrote:
> 
> To anyone using the JSON Facet API in released Solr versions:
> I discovered a serious memory leak while doing performance benchmarks
> (see http://yonik.com/facet_performance/ for some of the early results).
> 
> Assuming you're in the evaluation / development phase of your project,
> I'd recommend using a recent developer snapshot for now:
> https://builds.apache.org/job/Solr-Artifacts-5.x/lastSuccessfulBuild/artifact/solr/package/
> 
> The fix (and performance improvements) will also be in the next Solr
> release (5.3) of course.
> 
> -Yonik



serious JSON Facet bug

2015-07-16 Thread Yonik Seeley
To anyone using the JSON Facet API in released Solr versions:
I discovered a serious memory leak while doing performance benchmarks
(see http://yonik.com/facet_performance/ for some of the early results).

Assuming you're in the evaluation / development phase of your project,
I'd recommend using a recent developer snapshot for now:
https://builds.apache.org/job/Solr-Artifacts-5.x/lastSuccessfulBuild/artifact/solr/package/

The fix (and performance improvements) will also be in the next Solr
release (5.3) of course.

-Yonik