iamsanjay commented on PR #2782:
URL: https://github.com/apache/solr/pull/2782#issuecomment-2423766852
```
Benchmark (maxConnectionPerHost) (nodeCount) (numReplicas)
(numShards) (preGenerate) (useSmallDocs) Mode Cnt Score Error
Units
CloudIndexing.indexDoc 2 4 1
4 50000 true thrpt 4 18503.170 ± 1687.760
ops/s
CloudIndexing.indexDoc 2 4 1
4 50000 false thrpt 4 1961.786 ± 135.141
ops/s
CloudIndexing.indexDoc 2 4 3
4 50000 true thrpt 4 6611.327 ± 3970.191
ops/s
CloudIndexing.indexDoc 2 4 3
4 50000 false thrpt 4 1644.126 ± 2200.796
ops/s
CloudIndexing.indexDoc 4 4 1
4 50000 true thrpt 4 17892.214 ± 1566.016
ops/s
CloudIndexing.indexDoc 4 4 1
4 50000 false thrpt 4 1933.051 ± 87.418
ops/s
CloudIndexing.indexDoc 4 4 3
4 50000 true thrpt 4 5799.993 ± 6217.784
ops/s
CloudIndexing.indexDoc 4 4 3
4 50000 false thrpt 4 1613.783 ± 2331.931
ops/s
CloudIndexing.indexDoc 8 4 1
4 50000 false thrpt 4 1900.180 ± 220.971
ops/s
CloudIndexing.indexDoc 8 4 3
4 50000 true thrpt 4 6747.636 ± 3621.648
ops/s
CloudIndexing.indexDoc 8 4 3
4 50000 false thrpt 4 1553.605 ± 2513.942
ops/s
CloudIndexing.indexDoc 16 4 1
4 50000 true thrpt 4 17306.442 ± 1617.436
ops/s
CloudIndexing.indexDoc 16 4 1
4 50000 false thrpt 4 1906.139 ± 196.615
ops/s
CloudIndexing.indexDoc 16 4 3
4 50000 true thrpt 4 5819.974 ± 7693.510
ops/s
CloudIndexing.indexDoc 16 4 3
4 50000 false thrpt 4 1679.356 ± 2227.954
ops/s
CloudIndexing.indexDoc 32 4 1
4 50000 true thrpt 16848.384
ops/s
CloudIndexing.indexDoc 32 4 1
4 50000 false thrpt 4 1697.644 ± 233.939
ops/s
CloudIndexing.indexDoc 32 4 3
4 50000 true thrpt 4 5691.744 ± 3292.040
ops/s
CloudIndexing.indexDoc 32 4 3
4 50000 false thrpt 1119.878
ops/s
CloudIndexing.indexDoc 64 4 1
4 50000 true thrpt 4 17379.236 ± 1731.692
ops/s
CloudIndexing.indexDoc 64 4 1
4 50000 false thrpt 1858.977
ops/s
CloudIndexing.indexDoc 64 4 3
4 50000 true thrpt 4 7553.278 ± 5983.650
ops/s
CloudIndexing.indexDoc 128 4 1
4 50000 true thrpt 4 17317.630 ± 2131.219
ops/s
CloudIndexing.indexDoc 128 4 3
4 50000 true thrpt 4 5798.365 ± 3685.703
ops/s
```
Entries missing means exceptions.
```
org.apache.solr.client.solrj.SolrServerException: IOException occurred when
talking to server at: http://127.0.0.1:40981/solr/testCollection/update
at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:529)
at
org.apache.solr.bench.index.CloudIndexing.indexDoc(CloudIndexing.java:138)
at
org.apache.solr.bench.index.jmh_generated.CloudIndexing_indexDoc_jmhTest.indexDoc_thrpt_jmhStub(CloudIndexing_indexDoc_jmhTest.java:239)
at
org.apache.solr.bench.index.jmh_generated.CloudIndexing_indexDoc_jmhTest.indexDoc_Throughput(CloudIndexing_indexDoc_jmhTest.java:109)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at
org.openjdk.jmh.runner.BenchmarkHandler$BenchmarkTask.call(BenchmarkHandler.java:527)
at
org.openjdk.jmh.runner.BenchmarkHandler$BenchmarkTask.call(BenchmarkHandler.java:504)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.io.IOException: cancel_stream_error
at
org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2.onReset(HttpReceiverOverHTTP2.java:219)
at org.eclipse.jetty.http2.client.http.Http
```ChannelOverHTTP2$Listener.onReset(HttpChannelOverHTTP2.java:199)
--
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]