Re: NRT and warmupTime of filterCache

2011-03-10 Thread stockii
 it'll negatively impact the desired goal of low latency new index readers?
- yes, i think so, thats the reason because i dont understand the
wiki-article ...

i set the warmupCount to 500 and i got no error messages, that solr isnt
available ...
but solr-stats.jsp show me a warmuptime of warmupTime : 12174  why ? 

is the warmuptime in solrconfig.xml the maximum time in ms, for autowarming
? or what does it really means ? 

-
--- System 

One Server, 12 GB RAM, 2 Solr Instances, 7 Cores, 
1 Core with 31 Million Documents other Cores  100.000

- Solr1 for Search-Requests - commit every Minute  - 5GB Xmx
- Solr2 for Update-Request  - delta every Minute - 4GB Xmx
--
View this message in context: 
http://lucene.472066.n3.nabble.com/NRT-and-warmupTime-of-filterCache-tp2654886p2659560.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: NRT and warmupTime of filterCache

2011-03-10 Thread stockii
okay, not the time ... the items ...

-
--- System 

One Server, 12 GB RAM, 2 Solr Instances, 7 Cores, 
1 Core with 31 Million Documents other Cores  100.000

- Solr1 for Search-Requests - commit every Minute  - 5GB Xmx
- Solr2 for Update-Request  - delta every Minute - 4GB Xmx
--
View this message in context: 
http://lucene.472066.n3.nabble.com/NRT-and-warmupTime-of-filterCache-tp2654886p2659562.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: NRT and warmupTime of filterCache

2011-03-10 Thread Jason Rutherglen
 - yes, i think so, thats the reason because i dont understand the
 wiki-article ...

Maybe the article is out of date?  I think it's grossly inefficient to
warm the searchers at all in the NRT case.  Queries are being
performed across *all* segments, even though there should only be 1
that's new that may require warming.  However given the new segment's
so small, there should be no reason to warm it at all?

On Thu, Mar 10, 2011 at 12:14 AM, stockii stock.jo...@googlemail.com wrote:
 it'll negatively impact the desired goal of low latency new index readers?
 - yes, i think so, thats the reason because i dont understand the
 wiki-article ...

 i set the warmupCount to 500 and i got no error messages, that solr isnt
 available ...
 but solr-stats.jsp show me a warmuptime of warmupTime : 12174  why ?

 is the warmuptime in solrconfig.xml the maximum time in ms, for autowarming
 ? or what does it really means ?

 -
 --- System 
 

 One Server, 12 GB RAM, 2 Solr Instances, 7 Cores,
 1 Core with 31 Million Documents other Cores  100.000

 - Solr1 for Search-Requests - commit every Minute  - 5GB Xmx
 - Solr2 for Update-Request  - delta every Minute - 4GB Xmx
 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/NRT-and-warmupTime-of-filterCache-tp2654886p2659560.html
 Sent from the Solr - User mailing list archive at Nabble.com.



Re: NRT and warmupTime of filterCache

2011-03-10 Thread stockii
 Maybe the article is out of date? 
  - maybe .. i dont know

in my case it make no sense and i use another configuration ...


-
--- System 

One Server, 12 GB RAM, 2 Solr Instances, 7 Cores, 
1 Core with 31 Million Documents other Cores  100.000

- Solr1 for Search-Requests - commit every Minute  - 5GB Xmx
- Solr2 for Update-Request  - delta every Minute - 4GB Xmx
--
View this message in context: 
http://lucene.472066.n3.nabble.com/NRT-and-warmupTime-of-filterCache-tp2654886p2660814.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: NRT and warmupTime of filterCache

2011-03-09 Thread stockii
make it sense to update solr for getting SOLR-571 ???

-
--- System 

One Server, 12 GB RAM, 2 Solr Instances, 7 Cores, 
1 Core with 31 Million Documents other Cores  100.000

- Solr1 for Search-Requests - commit every Minute  - 5GB Xmx
- Solr2 for Update-Request  - delta every Minute - 4GB Xmx
--
View this message in context: 
http://lucene.472066.n3.nabble.com/NRT-and-warmupTime-of-filterCache-tp2654886p2655073.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: NRT and warmupTime of filterCache

2011-03-09 Thread Jason Rutherglen
I think it's best to turn the warmupCount to zero because usually
there isn't time in between the creation of a new searcher to run the
warmup queries, eg, it'll negatively impact the desired goal of low
latency new index readers?

On Wed, Mar 9, 2011 at 3:41 AM, stockii stock.jo...@googlemail.com wrote:
 I tried to create an NRT like in the wiki but i got some problems with
 autowarming and ondeckSearchers.

 ervery minute i start a delta of one core and the other core start every
 minute a commit of the index to search for it.


 wiki says ... = 1 Searcher and fitlerCache warmupCount=3600. with this
 config i got exception that no searcher is available ... so i cannot use
 this config ...
 my config is, 4 Searchers and warmupCount=3000... with this settings i got
 Performance Warning, but it works. BUT when the complete 30 seconds (or
 more) needed to warming the searcher, i cannot ping my server in this time
 and i got errors ...
 make it sense to decrese my warmupCount to 0 ???

 how serchers do i need for 7 Cores ?

 -
 --- System 
 

 One Server, 12 GB RAM, 2 Solr Instances, 7 Cores,
 1 Core with 31 Million Documents other Cores  100.000

 - Solr1 for Search-Requests - commit every Minute  - 5GB Xmx
 - Solr2 for Update-Request  - delta every Minute - 4GB Xmx
 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/NRT-and-warmupTime-of-filterCache-tp2654886p2654886.html
 Sent from the Solr - User mailing list archive at Nabble.com.