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

Andrzej Bialecki  resolved SOLR-12834.
--------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 8.2)
                       (was: master (9.0))
                   8.3

> Expose ram based cache eviction statistics from FastLRUCache
> ------------------------------------------------------------
>
>                 Key: SOLR-12834
>                 URL: https://issues.apache.org/jira/browse/SOLR-12834
>             Project: Solr
>          Issue Type: Improvement
>          Components: metrics
>            Reporter: Shalin Shekhar Mangar
>            Priority: Major
>             Fix For: 8.3
>
>
> The LRUCache used for query result caches expose the following stats:
> # maxRamMB
> # ramBytesUsed
> # evictionsRamUsage
> The last one is not relevant to FastLRUCache as its behavior is to either 
> evict by size or by heap but not both. However, the first two should be 
> exposed by FastLRUCache as well.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

Reply via email to