Hi folks, I'm getting memory leak in my code. I narrowed the code to the following minimal to cause the leak.
while (true) { HttpSolrClient client = new HttpSolrClient(" http://192.168.202.129:8983/solr/core1"); client.close(); } Is this a defect or an issue in the way I'm using HttpSolrClient? I'm on Solr 5.2.1 Thanks. Steve