You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Koji Sekiguchi (JIRA)" <ji...@apache.org> on 2010/07/19 16:07:52 UTC

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

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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org