pradeepagrawal8184 commented on code in PR #965:
URL: https://github.com/apache/ranger/pull/965#discussion_r3289667240
##########
dev-support/ranger-docker/scripts/solr/solr-ranger_audits/solrconfig.xml:
##########
@@ -417,7 +417,7 @@
to occupy. Note that when this option is specified, the
size
and initialSize parameters are ignored.
-->
- <filterCache class="solr.FastLRUCache"
+ <filterCache class="solr.CaffeineCache"
Review Comment:
Solr has removed FastLRUCache; if this is there then we get
ClassNotFoundException regarding same; CaffeineCache is the new alternate in
the SOLR 9.4 version.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]