You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Jan Høydahl (Jira)" <ji...@apache.org> on 2021/07/01 11:51:00 UTC

[jira] [Resolved] (SOLR-2004) FastLRUCache doesn't count inserts when running autowarm

     [ 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: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org