Re: SolrJ - SolrServer#commit() doesn't return

2008-10-07 Thread sunnyfr
Hi, I've got the same problem, commit never ended ! What did you do to fix it up ? Thanks a lot, zayhen wrote: > > Are you using any postCommit postOptimize eventListener? > > I got some problems using them, that I run on scenario where the > commit/optimize thread never ended. > > 2008/8/2

Re: SolrJ - SolrServer#commit() doesn't return

2008-09-03 Thread Machisuji
Hey. Sorry for the late response. The usage is zero. Seemingly this problem has to do with the amount of data being indexed. I've just now removed a field "text", which simply saved all other fields for use as a standard search field. (Now I run the search over specific fields with different boos

Re: SolrJ - SolrServer#commit() doesn't return

2008-08-31 Thread Machisuji
Yes I have. In the server logs there are no warnings or errors. I've made a screenshot of the server log before the "hang up". http://www.nabble.com/file/p19243660/lastLog_2.png lastLog_2.png Otis Gospodnetic wrote: > > Hm, it's hard to tell from here. Have you checked various logs for > "

Re: SolrJ - SolrServer#commit() doesn't return

2008-08-26 Thread Otis Gospodnetic
Hm, it's hard to tell from here. Have you checked various logs for "Exception", "ERROR", and such? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Machisuji <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Tuesday, August 26,

Re: SolrJ - SolrServer#commit() doesn't return

2008-08-26 Thread Alexander Ramos Jardim
2008/8/26 Machisuji <[EMAIL PROTECTED]> > > No, I just add the documents, call commit() and wait for the response. > > Now I made a workaround where I put each commit() in a separate thread, > which I wait for (Thread#join(long)) and recommit the documents if > the Thread didn't end within a given

Re: SolrJ - SolrServer#commit() doesn't return

2008-08-26 Thread Machisuji
No, I just add the documents, call commit() and wait for the response. Now I made a workaround where I put each commit() in a separate thread, which I wait for (Thread#join(long)) and recommit the documents if the Thread didn't end within a given amount of time. This way I am able to commit all d

Re: SolrJ - SolrServer#commit() doesn't return

2008-08-26 Thread Alexander Ramos Jardim
Are you using any postCommit postOptimize eventListener? I got some problems using them, that I run on scenario where the commit/optimize thread never ended. 2008/8/26 Machisuji <[EMAIL PROTECTED]> > > Hey. > > I've been working with SolR for a few days now and as long as I haven't > worked with