[ 
https://issues.apache.org/jira/browse/SOLR-12834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16897033#comment-16897033
 ] 

Andrzej Bialecki  commented on SOLR-12834:
------------------------------------------

This has been fixed as a part of SOLR-13558.

> 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: 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.14#76016)

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

Reply via email to