Re: SolrCloud: Configured socket timeouts not reflecting

2019-06-24 Thread Rahul Goswami
Hi Gus, Have created a pull request for JIRA 12550 and updated the affected Solr version (7.2.1) in the comments. The provided fix is on branch_7_2. I haven't tried reproducing the issue on the latest version, but see that the code for this part i

Re: SolrCloud: Configured socket timeouts not reflecting

2019-06-20 Thread Rahul Goswami
Hi Gus, Thanks for the response and referencing the umbrella JIRA for these kind of issues. I see that it won't solve the problem since the builder object which is used to instantiate a ConcurrentUpdateSolrClient itself doesn't contain the timeout values. I did create a local solr-core binary to tr

Re: SolrCloud: Configured socket timeouts not reflecting

2019-06-20 Thread Gus Heck
Hi Rahul, Did you try the patch int that issue? Also food for thought: https://issues.apache.org/jira/browse/SOLR-13457 -Gus On Tue, Jun 18, 2019 at 5:52 PM Rahul Goswami wrote: > Hello, > > I was looking into the code to try to get to the root of this issue. Looks > like this is an issue afte

Re: SolrCloud: Configured socket timeouts not reflecting

2019-06-18 Thread Rahul Goswami
Hello, I was looking into the code to try to get to the root of this issue. Looks like this is an issue after all (as of 7.2.1 which is the version we are using), but wanted to confirm on the user list before creating a JIRA. I found that the soTimeout property of ConcurrentUpdateSolrClient class

SolrCloud: Configured socket timeouts not reflecting

2019-06-12 Thread Rahul Goswami
Hello, I am running Solr 7.2.1 in cloud mode. To overcome a setup hardware bottleneck, I tried to configure distribUpdateSoTimeout and socketTimeout to a value greater than the default 10 mins. I did this by passing these as system properties at Solr start up time (-DdistribUpdateSoTimeout and -Ds