tflobbe commented on code in PR #1445:
URL: https://github.com/apache/solr/pull/1445#discussion_r1134628451
##########
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:
I can reproduce it in `main` using `./jmh.sh search.FilterCache` if I bump
the number of threads (I was running with 16)
--
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]