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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to