Hi Team, Want an advise on this property maxConnections and maxconnectionsperhost. We were using solr 4 and on searching in google I found the default max connections per host is 20 in solr4 , and it is 100000in solr 8. Can you please help me to understand the below 1. So in Solr 4, only 20 requests per hosts are allowed at a time (document does not have a mention about this) 2. If Solr 8 allows 100000 connections per host and will that not slow down the system. maximumPoolSize - The maximum size of the threadpool servicing requests. Default is unlimited - So if the requesting application is WebLogic, so it depends on the WebLogic thread pool size?
Kindly advise if we need to limit all these values in solr8 so it does not slow down the system, because we are moving to solr 8 and the WebLogic Server is going down within 30 minutes and we dont see any errors in WebLogic side or solr side, so we think the connections are the issue , but solr 4 we didn’t have any issues with the connection Thanks Reej