long startup time

View: New views
4 Messages — Rating Filter:   Alert me  

long startup time

by Teruhiko Kurosaka :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've been testing Solr 1.4.0 (RC).
After sometime, solr started to pause
for a long time (a minutes or two) after
printing:

        INFO:  jetty-6.1.3

Sometime it starts immediately, but more often
than not, it pasues.  Is there any known cause
of this kind of long pause?

-kuro

Re: long startup time

by Grant Ingersoll-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How big is your index?  Can you share your solrconfig?  Have you  
looked at it in a profiler during this time?  What is it doing?

-Grant

On Oct 26, 2009, at 8:32 PM, Teruhiko Kurosaka wrote:

> I've been testing Solr 1.4.0 (RC).
> After sometime, solr started to pause
> for a long time (a minutes or two) after
> printing:
>
> INFO:  jetty-6.1.3
>
> Sometime it starts immediately, but more often
> than not, it pasues.  Is there any known cause
> of this kind of long pause?
>
> -kuro

--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)  
using Solr/Lucene:
http://www.lucidimagination.com/search


RE: long startup time

by Teruhiko Kurosaka :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> From: Grant Ingersoll [mailto:gsingers@...]
> Sent: Tuesday, October 27, 2009 1:15 PM
> To: solr-user@...
> Subject: Re: long startup time
>
> How big is your index?  Can you share your solrconfig?  Have
> you looked at it in a profiler during this time?  What is it doing?

The index is almost empty; it only has index about the .xml files
in the exampledocs directory.  solrconf.xml has not been modified.
I have no idea what it is doing.  I guess I should use profiler to
find it out.

-kuro

Re: long startup time

by Otis Gospodnetic :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm not sure if anyone answered this.
The "2 minutes" makes me think it's a DNS lookup timeout.  Is something trying to look up some host name? (say from the top of some XML file)

 Otis
--
Sematext is hiring -- http://sematext.com/about/jobs.html?mls
Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR



----- Original Message ----

> From: Teruhiko Kurosaka <Kuro@...>
> To: "solr-user@..." <solr-user@...>
> Sent: Mon, October 26, 2009 8:32:54 PM
> Subject: long startup time
>
> I've been testing Solr 1.4.0 (RC).
> After sometime, solr started to pause
> for a long time (a minutes or two) after
> printing:
>
>     INFO:  jetty-6.1.3
>
> Sometime it starts immediately, but more often
> than not, it pasues.  Is there any known cause
> of this kind of long pause?
>
> -kuro