[ 
https://issues.apache.org/jira/browse/SOLR-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Høydahl resolved SOLR-2004.
-------------------------------
    Resolution: Not A Problem

We have moved to other cache impl, closing

> FastLRUCache doesn't count inserts when running autowarm
> --------------------------------------------------------
>
>                 Key: SOLR-2004
>                 URL: https://issues.apache.org/jira/browse/SOLR-2004
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Koji Sekiguchi
>            Priority: Trivial
>
> Using Solr example environment w/ small changes (set autowarmCount to 100 for 
> all cache) and I see the size of filterCache is 11 in admin GUI just after 
> query the following:
> {noformat}
> q=*:*&facet=on&facet.field=cat
> {noformat}
> Then execute ./post.sh to run autowarm. When I use LRUCache for the cache, 
> its inserts count is 12 (I expected it would be 11, but actually 12?), 
> however, if I use FastLRUCache, its inserts count is 0 (but size is 11. I 
> think it shows that autowarm worked correctly). 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to