dsmiley commented on code in PR #3740:
URL: https://github.com/apache/solr/pull/3740#discussion_r2414540802


##########
solr/core/src/java/org/apache/solr/core/CoreContainer.java:
##########
@@ -690,12 +690,15 @@ public FileStore getFileStore() {
    * @see #getDefaultHttpSolrClient()
    * @see ZkController#getSolrClient()
    * @see Http2SolrClient#requestWithBaseUrl(String, String, SolrRequest)
-   * @deprecated likely to simply be moved to the ObjectCache so as to not be 
used
    */
-  @Deprecated
   public SolrClientCache getSolrClientCache() {

Review Comment:
   If the javadocs don't already answer your question, I failed to make them 
clear enough.  Let me flip this inquiry around... hey Eric, why do you think we 
need a cache of clients at all?  Why cache them?  What's wrong with our 
existing clients (linked to in javadocs)?
   
   note: distributed file store usage could easily switch to 
`coreContainer.getDefaultHttpSolrClient().requestWithBaseUrl`



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