Re: Read time out exception - exactly 10 minutes after starting committing

2016-01-27 Thread adfel70
I don't have any custom ShardHandler Regarding the cache, I reduced it to zero, and checking performance now Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/Read-time-out-exception-exactly-10-minutes-after-starting-committing-tp4252287p4253568.html Sent fro

Re: Read time out exception - exactly 10 minutes after starting committing

2016-01-25 Thread David Andrews
I just got bit by this today. I tracked it down to the default solr.xml file in ./server/solr/solr.xml with the following: ${socketTimeout:60} ${connTimeout:6} I’m on Solr 5.3.1 now, and I wasn’t having this problem with 4.10.3, and sure enough, 4.10.3 has the values at 0

Re: Read time out exception - exactly 10 minutes after starting committing

2016-01-24 Thread Shawn Heisey
On 1/23/2016 9:24 PM, adfel70 wrote: > 1. I am getting the "read time out" from the Solr Server. > Not from my client, but from the server client when it tries to reach other > instances while committing. > > 2. I reduced the filter cache autowarmCount to 512, and seems to fix the > problem. It now

Re: Read time out exception - exactly 10 minutes after starting committing

2016-01-23 Thread adfel70
seconds to commit! Thanks a lot, -- View this message in context: http://lucene.472066.n3.nabble.com/Read-time-out-exception-exactly-10-minutes-after-starting-committing-tp4252287p4252855.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Read time out exception - exactly 10 minutes after starting committing

2016-01-21 Thread Shawn Heisey
On 1/21/2016 8:16 AM, adfel70 wrote: > I am running soft commit on 100 solr docs (the index itself has 3 Billion > docs). > After EXACTLY 10 minutes (for example, start committing on 15:52:55.932, > exception on 16:02:55.976) I am getting several exception of the sort: > org.apache.solr.client.solr

Read time out exception - exactly 10 minutes after starting committing

2016-01-21 Thread adfel70
rigth direction for the timeout? 2. Why could the commit take so long?! Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/Read-time-out-exception-exactly-10-minutes-after-starting-committing-tp4252287.html Sent from the Solr - User mailing list archive at Nabble.com.