[ https://issues.apache.org/jira/browse/RANGER-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456877#comment-17456877 ]
Pradeep Agrawal commented on RANGER-3290: ----------------------------------------- [~asalamon74] Please check the review comment and change the patch format. > 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: 0.5h > 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.20.1#820001)