Re: Need information on EofExceptions in solr 4.8.1

2019-03-19 Thread Shawn Heisey
On 3/19/2019 10:39 AM, Vijay Rawlani wrote: We are using solr 4.8.1 in our project. We are observing following EofExceptions in solr. It would be helpful for us to know in what situations we might land up with this. Can we get rid of this with any solr configuration or is there any way forward at

Re: Need information on EofExceptions in solr 4.8.1

2019-03-19 Thread Atita Arora
Precisely, socketTimeout ms if it's your indexing pipeline code. We faced this when our docs were unusually bigger. On Tue, Mar 19, 2019 at 7:08 PM Saurabh Sharma wrote: > Hi, > > Seems like it is not a problem with solr. It is happening due to stream > termination at the jetty. > Please make su

Re: Need information on EofExceptions in solr 4.8.1

2019-03-19 Thread Saurabh Sharma
Hi, Seems like it is not a problem with solr. It is happening due to stream termination at the jetty. Please make sure your client is not setting very low read timeout. You can also increase max sessions timeout and idleTimeout at jetty level. Thanks Saurabh Sharma On Tue, Mar 19, 2019 at 11:19

Need information on EofExceptions in solr 4.8.1

2019-03-19 Thread Vijay Rawlani
Dear Concerned, We are using solr 4.8.1 in our project. We are observing following EofExceptions in solr. It would be helpful for us to know in what situations we might land up with this. Can we get rid of this with any solr configuration or is there any way forward at all? Kindly let us know