On 9/4/2016 10:02 PM, Ganesh M wrote: > We have captured all traffic of HTTP POST request going out from app
I'm the one you've interacted with on IRC for this issue. If this index has multiple shards, one thing that might be a problem here is the ShardHandler that's internal to Solr. This is the internal HttpClient that distributes requests between Solr nodes. You may need to bump up the maxConnectionsPerHost value from its default of 20 to something larger, like 200 or 300. This goes in a shardHandlerFactory section of solr.xml. If you do not have solr.xml in zookeeper, you'll need to make this change on every Solr node. All Solr nodes will need to be restarted. https://cwiki.apache.org/confluence/display/solr/Format+of+solr.xml I hope this helps, but I cannot be certain that this is the problem. If it does fix your issue, then we might have a bug. Thanks, Shawn