vyatkinv commented on PR #4320:
URL: https://github.com/apache/solr/pull/4320#issuecomment-4365695473

   I noticed another issue while writing tests: SolrClientCache stores both 
HTTP clients and Cloud clients in the same cache. This can lead to problems — 
for example, if a client was previously created and cached as a plain HTTP 
client for a given base URL, attempting to retrieve a Cloud client for the same 
URL later results in a ClassCastException.
   
   To address this, I split the cache into separate stores for HTTP and Cloud 
clients.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to