dsmiley commented on code in PR #3829:
URL: https://github.com/apache/solr/pull/3829#discussion_r3228441801
##########
solr/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java:
##########
@@ -1150,7 +1150,7 @@ protected CollectionAdminResponse createCollection(
CollectionAdminResponse res = new CollectionAdminResponse();
if (client == null) {
- final String baseUrl = ((HttpSolrClient)
clients.get(clientIndex)).getBaseURL();
+ final String baseUrl = ((HttpApacheSolrClient)
clients.get(clientIndex)).getBaseURL();
Review Comment:
I'm about to push a revert of that rename in this PR (HttpApacheSolrClient
goes back to HttpSolrClient). Thus 2 such classes will exist in separate
packages. I have separate work that removes use of apache HttpSolrClient
completely, and that which is nearly ready to share but I want this one in
first.
--
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]