pradeepagrawal8184 commented on code in PR #965:
URL: https://github.com/apache/ranger/pull/965#discussion_r3289972605
##########
dev-support/ranger-docker/scripts/solr/solr-security.json:
##########
@@ -1,13 +1,4 @@
{
Review Comment:
By keeping this it will throw below error with solr 9.4.1:
Caused by: java.lang.ClassNotFoundException: solr.KerberosPlugin
at java.base/java.net.URLClassLoader.findClass(Unknown Source) ~[?:?]
at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
at java.base/java.net.FactoryURLClassLoader.loadClass(Unknown Source)
~[?:?]
at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
at java.base/java.lang.Class.forName0(Native Method) ~[?:?]
at java.base/java.lang.Class.forName(Unknown Source) ~[?:?]
--
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]