You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2015/07/12 21:53:04 UTC

[jira] [Updated] (SOLR-7777) FastLRUCache size keeps growing if query is changed after insertion

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

Yonik Seeley updated SOLR-7777:
-------------------------------
    Priority: Trivial  (was: Major)
     Summary: FastLRUCache size keeps growing if query is changed after insertion  (was: FastLRUCache size keeps growing)

Changed description to reflect that this isn't a bug by itself, and downgraded severity to trivial.

> FastLRUCache size keeps growing if query is changed after insertion
> -------------------------------------------------------------------
>
>                 Key: SOLR-7777
>                 URL: https://issues.apache.org/jira/browse/SOLR-7777
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: Trunk
>            Reporter: Yonik Seeley
>            Priority: Trivial
>
> cut-n-paste from admin console:
> {code}
>  filterCache
>     class:
>         org.apache.solr.search.FastLRUCache
>     version:
>         1.0
>     description:
>         Concurrent LRU Cache(maxSize=128, initialSize=128, minSize=115, acceptableSize=121, cleanupThread=false)
>     src:
>         null
>     stats:
>         lookups:
>             2915
>         hits:
>             514
>         hitratio:
>             0.18
>         inserts:
>             2401
>         evictions:
>             239
>         size:
>             2162
>         warmupTime:
>             0
>         cumulative_lookups:
>             2915
>         cumulative_hits:
>             514
>         cumulative_hitratio:
>             0.18
>         cumulative_inserts:
>             2401
>         cumulative_evictions:
>             239
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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