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 underlying HttpClient retries and still maintain reliability?