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
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
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
> "
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,
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
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
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