Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently SolrCache limits are configured statically and can't be reconfigured without cache re-initialization (core reload), which is costly. In some situations it would help to be able to dynamically re-size the cache based on the resource contention (such as the total heap size used for caching across all cores in a node).
Each cache implementation already knows how to evict its entries when it runs into configured limits - what is missing is to expose this mechanism using a uniform API.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-13578 Implement a generic Resource Manager for monitoring and controlling limited resources
- Open