Hi, Need some help in fixing intermittent timeout issue please. Recently we came across this timeout issue during QA performance testing when a streaming expression query which runs on a larger set of data (~60-80 million) from a client using solrJ, was timing out exactly in 2mins. Later this issue was fixed after bumping up idle timeout property default value from "60000"ms to "600000"ms (10mins). Now are getting timeout exceptions again when update and delete operations are happening. To fix this, we have increased following timeout settings in solr.xml file across all solr nodes.
<int name="distribUpdateSoTimeout">${distribUpdateSoTimeout:600000}</int> <int name="distribUpdateConnTimeout">${distribUpdateConnTimeout:600000}</int> <int name="socketTimeout">${socketTimeout:600000}</int> <int name="connTimeout">${connTimeout:600000}</int> However even after increasing above timeout properties to 10mins still seeing timeout exceptions intermittently. Any other setting needs to update/change in solr or zookeeper or in client? Any suggestions? Thanks & Regards, Vinodh DTCC DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please notify us immediately and delete the email and any attachments from your system. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.