Re: too many open files , is it a leak of handler there?

2008-03-02 Thread
thanks Yonik - Original Message - From: "Yonik Seeley" <[EMAIL PROTECTED]> To: Sent: Monday, March 03, 2008 9:20 AM Subject: Re: too many open files , is it a leak of handler there? > 2008/3/2 陈亮亮 <[EMAIL PROTECTED]>: >> Yonik, can i ask where can i get

Re: too many open files , is it a leak of handler there?

2008-03-02 Thread
leak of handler there? >I just committed a fix for this. > Thanks for tracking this down! > > -Yonik > > 2008/2/29 陈亮亮 <[EMAIL PROTECTED]>: >> ok i have compared the DirectSolrConnection .java and >> SolrDispatchFilter.java, and found that the DirecSolr

Re: too many open files , is it a leak of handler there?

2008-02-29 Thread
i think i have just fix the problem, and close method in Directsolrconnection, and now the number of handler keeps stable. hope it would help other solr users ^_^ - Original Message - From: "陈亮亮" <[EMAIL PROTECTED]> To: Sent: Saturday, March 01, 2008 9:33 AM Subject: R

Re: too many open files , is it a leak of handler there?

2008-02-29 Thread
Message - From: "陈亮亮" <[EMAIL PROTECTED]> To: Sent: Friday, February 29, 2008 4:51 PM Subject: too many open files , is it a leak of handler there? >when embeded the solr in my application last night, i encountered the too > many open file exception just like that s

too many open files , is it a leak of handler there?

2008-02-29 Thread
when embeded the solr in my application last night, i encountered the too many open file exception just like that said in "http://mail-archives.apache.org/mod_mbox/lucene-solr-user/200702.mbox/[EMAIL PROTECTED]". And i used DirectSolrConnection to integrate solr with my application.