Re: Healthcheck. Too many open files

2010-04-12 Thread Blargy
r not. I didnt even realize that the response being sent back from the admin/ping request was an error until I checked it out using curl... everything looked fine using firefox. Thanks -- View this message in context: http://n3.nabble.com/Healthcheck-Too-many-open-files-tp710631p715070.html Sen

Re: Healthcheck. Too many open files

2010-04-12 Thread Tim Underwood
    8,17         0  817622 > /var/solr/home/items/conf/healthcheck.txt > ... at it keeps going > > and I've see it as high as 3000. I've had to update my ulimit to 1 to > overcome this problem however I feel this is really just a bandaid to a > deeper problem. > &

Re: Healthcheck. Too many open files

2010-04-12 Thread Mark Miller
On 04/11/2010 10:12 PM, Blargy wrote: Mark, Cool. I didn't think that was the expected behavior. Will you guys at Lucid be rolling this patch into your 1.4 distribution? I don't know the release plans, but I'm sure this patch would be included in the next release. As per your 1.5 comme

Re: Healthcheck. Too many open files

2010-04-11 Thread Blargy
ut do you happen to know an approximate release date of 1.5 (summer, winter, 2011)? Thanks for the patch! -- View this message in context: http://n3.nabble.com/Healthcheck-Too-many-open-files-tp710631p712587.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Healthcheck. Too many open files

2010-04-11 Thread Mark Miller
On 04/11/2010 12:26 AM, Blargy wrote: ... option httpchk GET /solr/items/admin/file?file=healthcheck.txt ... so basically I am requesting that file to determine if that particular slave is up or not. Is this the preferred way of doing this? I kind of like the "Enable/Disable" feature of this hea

Re: Healthcheck. Too many open files

2010-04-11 Thread Blargy
how many times I request the file: http://localhost:8983/solr/items/admin/threads 18 19 15 Same goes for number of sockets: # netstat -an | wc -l 120 -- View this message in context: http://n3.nabble.com/Healthcheck-Too-many-open-files-tp710631p712439.html Sent from the Solr - User mailing

Re: Healthcheck. Too many open files

2010-04-11 Thread Lance Norskog
xt > ... at it keeps going > > and I've see it as high as 3000. I've had to update my ulimit to 1 to > overcome this problem however I feel this is really just a bandaid to a > deeper problem. > > Am I doing something wrong (Solr or HAProxy) or is this

Re: Healthcheck. Too many open files

2010-04-10 Thread Blargy
to overcome this problem however I feel this is really just a bandaid to a deeper problem. Am I doing something wrong (Solr or HAProxy) or is this a possible resource leak? Thanks for any input! -- View this message in context: http://n3.nabble.com/Healthcheck-Too-many-open-files-tp710631p71114

Re: Healthcheck. Too many open files

2010-04-10 Thread Lance Norskog
olr.common.util.ContentStreamBase$FileStream.getReader(ContentStreamBase.java:118) >>        at >> org.apache.solr.request.RawResponseWriter.write(RawResponseWriter.java:83) >> >> Obviously solr is keeping too many files open, but how can I solve this >> problem

Re: Healthcheck. Too many open files

2010-04-10 Thread Lance Norskog
ava:118) >        at > org.apache.solr.request.RawResponseWriter.write(RawResponseWriter.java:83) > > Obviously solr is keeping too many files open, but how can I solve this > problem so I can use this file as my healthcheck? > > Thanks > > > > -- > View this message in conte

Re: Healthcheck. Too many open files

2010-04-10 Thread Lance Norskog
ava:118) >        at > org.apache.solr.request.RawResponseWriter.write(RawResponseWriter.java:83) > > Obviously solr is keeping too many files open, but how can I solve this > problem so I can use this file as my healthcheck? > > Thanks > > > > -- > View this message in conte

Healthcheck. Too many open files

2010-04-10 Thread Blargy
) Obviously solr is keeping too many files open, but how can I solve this problem so I can use this file as my healthcheck? Thanks -- View this message in context: http://n3.nabble.com/Healthcheck-Too-many-open-files-tp710631p710631.html Sent from the Solr - User mailing list archive at