brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.94k stars 2.24k forks source link

No release connection after sending put request in REST workload #1657

Open mahaoran1997 opened 1 year ago

mahaoran1997 commented 1 year ago

In the httpExecute function in RestClient.java, after sending the request, it should call request.releaseConnection();

Otherwise, the put request would get the 500 error when calling it twice.