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


##########
solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java:
##########
@@ -2747,7 +2747,7 @@ protected void waitForAllWarmingSearchers() throws 
InterruptedException {
   }
 
   protected long getIndexVersion(Replica replica) throws IOException {
-    try (HttpSolrClient client = new 
HttpSolrClient.Builder(replica.getCoreUrl()).build()) {
+    try (SolrClient client = new 
HttpSolrClient.Builder(replica.getCoreUrl()).build()) {

Review Comment:
   @sonatype-lift ignoreall
   Because OBJECTS is ConcurrentHashMap so this is bogus.



-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to