HoustonPutman commented on code in PR #3176:
URL: https://github.com/apache/solr/pull/3176#discussion_r1958579710
##########
solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBHttpSolrClient.java:
##########
@@ -192,7 +192,7 @@ protected SolrClient getClient(Endpoint endpoint) {
*/
@Deprecated
@Override
- public String removeSolrServer(String server) {
+ public synchronized String removeSolrServer(String server) {
Review Comment:
Yeah, I'll make sure to make the necessary changes on `main`. Thanks for the
reminder!
--
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]