fullstorydev / solr-bench

Solr benchmarking and load testing harness
Apache License 2.0
17 stars 10 forks source link

Fix indexing bottleneck #82

Closed chatman closed 1 year ago

chatman commented 1 year ago

Indexing doesn't proceed beyond 10k batches because response isn't getting consumed and connections don't get closed.

chatman commented 1 year ago

Remains to be seen if indexing benchmarks are affected because of this change.