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:
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