Re: solr starting time takes too long

2013-05-31 Thread Erick Erickson
ng > > -Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Wednesday, May 22, 2013 4:57 AM > To: solr-user@lucene.apache.org > Subject: Re: solr starting time takes too long > > > Zhang: > > In 3.6, there's really no choice except t

RE: solr starting time takes too long

2013-05-30 Thread Zhang, Lisheng
--- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Wednesday, May 22, 2013 4:57 AM To: solr-user@lucene.apache.org Subject: Re: solr starting time takes too long Zhang: In 3.6, there's really no choice except to load all the cores on startup. 10 minutes still seems excessive, do you

RE: solr starting time takes too long

2013-05-22 Thread Zhang, Lisheng
-user@lucene.apache.org Subject: Re: solr starting time takes too long : Subject: solr starting time takes too long : In-Reply-To: <519c6cd6.90...@smartbit.be> : Thread-Topic: shard splitting https://people.apache.org/~hossman/#threadhijack -Hoss

Re: solr starting time takes too long

2013-05-22 Thread Chris Hostetter
: Subject: solr starting time takes too long : In-Reply-To: <519c6cd6.90...@smartbit.be> : Thread-Topic: shard splitting https://people.apache.org/~hossman/#threadhijack -Hoss

Re: solr starting time takes too long

2013-05-22 Thread Erick Erickson
ch for quick helps! I searched but it seems that > autoSoftCommit is solr 4x feature and we are still using 3.6.1? > > Best regards, Lisheng > > -Original Message- > From: Carlos Bonilla [mailto:carlosbonill...@gmail.com] > Sent: Wednesday, May 22, 2013 12:17 AM > To: solr

RE: solr starting time takes too long

2013-05-22 Thread Zhang, Lisheng
@lucene.apache.org Subject: Re: solr starting time takes too long Hi Lisheng, I had the same problem when I enabled the "autoSoftCommit" in solrconfig.xml. If you have it enabled, disabling it could fix your problem, Cheers. Carlos. 2013/5/22 Zhang, Lisheng > > Hi, > > We are

Re: solr starting time takes too long

2013-05-22 Thread Carlos Bonilla
Hi Lisheng, I had the same problem when I enabled the "autoSoftCommit" in solrconfig.xml. If you have it enabled, disabling it could fix your problem, Cheers. Carlos. 2013/5/22 Zhang, Lisheng > > Hi, > > We are using solr 3.6.1, our application has many cores (more than 1K), > the problem is t

solr starting time takes too long

2013-05-22 Thread Zhang, Lisheng
Hi, We are using solr 3.6.1, our application has many cores (more than 1K), the problem is that solr starting took a long time (>10m). Examing log file and code we found that for each core we loaded many resources, but in our app, we are sure we are always using the same solrconfig.xml and sche