risdenk commented on code in PR #1445:
URL: https://github.com/apache/solr/pull/1445#discussion_r1134246395
##########
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:
`./jmh.sh search.JsonFaceting` on main didn't reproduce for me. I'll
checkout this PR and revert the use http 1 change.
--
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]