tflobbe commented on code in PR #1445:
URL: https://github.com/apache/solr/pull/1445#discussion_r1132933198


##########
solr/benchmark/src/java/org/apache/solr/bench/MiniClusterState.java:
##########
@@ -273,7 +273,7 @@ public void startMiniCluster(int nodeCount) {
         nodes.add(runner.getBaseUrl().toString());
       }
 
-      client = new Http2SolrClient.Builder().build();
+      client = new Http2SolrClient.Builder().useHttp1_1(true).build();

Review Comment:
   > what did you run specifically to run the benchmark? I'll see if I can 
reproduce.
   
   Nothing special, just: ./jmh.sh search.SimpleSearch
   
   Other benchmarks also fail for this reason (main branch, didn't try others)



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