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

Ishan Chattopadhyaya updated SOLR-12834:
----------------------------------------
    Fix Version/s:     (was: 8.1)
                   8.2

> 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
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: metrics
>            Reporter: Shalin Shekhar Mangar
>            Priority: Major
>             Fix For: master (9.0), 8.2
>
>
> 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.3#76005)

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

Reply via email to