Solr Operator Tutorial

2023-10-26 Thread Solr User
I went through the tutorial documented at https://apache.github.io/solr-operator/docs/local_tutorial and the solr instances would not start. I saw that there was an error parsing solr.xml on the field "allowPaths" so decided to try version 8.7 since it looks like this was introduced in 8.6: https:

Retry strategy in Solrj 8

2023-10-25 Thread Solr User
When using CloudSolrClient builder, the default HttpClient appears to be created with 3 retries. However, it looks like BaseCloudSolrClient already retries 5 times so we end up with retries on top of retries. Is there a reason to keep both of these retries configured or is it safe to disable the