[
https://issues.apache.org/jira/browse/RANGER-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17349036#comment-17349036
]
Andras Salamon commented on RANGER-3290:
----------------------------------------
Thanks for checking, uploaded a new version.
I'm new here, I don't know the best practices, so I also uploaded this as a
pull request: https://github.com/apache/ranger/pull/100
> ArrayIndexOutOfBoundsException if solr is down
> ----------------------------------------------
>
> Key: RANGER-3290
> URL: https://issues.apache.org/jira/browse/RANGER-3290
> Project: Ranger
> Issue Type: Improvement
> Components: audit
> Reporter: Andras Salamon
> Priority: Minor
> Attachments: RANGER-3290-01.patch, RANGER-3290-02.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> [SolrCollectionBootstrapper|https://github.com/apache/ranger/blob/master/embeddedwebserver/src/main/java/org/apache/ranger/server/tomcat/SolrCollectionBootstrapper.java]
> uploads a config to solr and creates a collection.
> If solr is down (there are no live servers) during the collection creation
> phase, we got a meaningful error message (from catalina.out):
> {noformat}May 19, 2021 4:37:44 PM
> org.apache.ranger.server.tomcat.SolrCollectionBootstrapper getCollections
> SEVERE: getCollections() operation failed :
> org.apache.solr.client.solrj.SolrServerException: No live SolrServers
> available to handle this request{noformat}
> On the other hand, if solr is down during the config upload phase the error
> message is not too useful:
> {noformat}May 20, 2021 8:07:59 AM
> org.apache.ranger.server.tomcat.SolrCollectionBootstrapper uploadConfiguration
> SEVERE: Error while uploading configs :
> java.lang.ArrayIndexOutOfBoundsException: 0{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)