Hi Team, We recently upgraded to solr8.8.2 We have replaced all our httpsolrserver connections to httpsolrclient and haven't explicitly closed the connections. Even in solr4 we haven't closed the connections. But now our main application has become too slow and it was said there is TIME_WAIT from the search server. Can you advise is it necessary to close each httpsolrclient connection in finally clause or does jetty takes care of the connectons timeout.
*Thanks,* *Reej*