----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/73474/ -----------------------------------------------------------
(Updated July 27, 2021, 2:58 p.m.) Review request for ranger and Ramesh Mani. Repository: ranger Description ------- I made the SolrAuditDestination class to be aware if it's initialized by the Ranger Solr plugin and in this case prevents the usage of HttpClientUtil from SolrJ lib but setup it by its own. The way how the SolrClient and its HttpClient build is identical to how it's implemented in the HttpClientUtil class (except the interceptor which causes troubles). Diffs ----- agents-audit/src/main/java/org/apache/ranger/audit/destination/SolrAuditDestination.java 8532bf8e9 agents-audit/src/main/java/org/apache/ranger/audit/provider/AuditProviderFactory.java 7a3c7f61d agents-audit/src/main/java/org/apache/ranger/audit/provider/solr/SolrAuditProvider.java 1ef115a87 agents-audit/src/main/java/org/apache/ranger/audit/utils/SolrAppUtil.java 5cb8b1be1 agents-common/src/main/java/org/apache/ranger/plugin/service/RangerBasePlugin.java 82b048194 Diff: https://reviews.apache.org/r/73474/diff/1/ Testing ------- Thanks, Geza Nagy
