Re: Random queries extremely slow

2009-04-14 Thread oleg_gnatovskiy
gt;>>> > server. >>>> > >>>> > Otis >>>> > -- >>>> > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >>>> > >>>> > >>>> > >&g

Re: Random queries extremely slow

2009-04-14 Thread sunnyfr
;> > Otis >>> > -- >>> > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >>> > >>> > >>> > >>> > - Original Message >>> >> From: oleg_gnatovskiy >>> >> T

Re: Random queries extremely slow

2009-01-26 Thread oleg_gnatovskiy
ple: pushing a large newly optimized index onto the >> > server. >> > >> > Otis >> > -- >> > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >> > >> > >> > >> > - Original Message >> >> From

Re: Random queries extremely slow

2009-01-24 Thread Alexander Ramos Jardim
ne - Solr - Nutch > > > > > > > > - Original Message > >> From: oleg_gnatovskiy > >> To: solr-user@lucene.apache.org > >> Sent: Thursday, January 22, 2009 2:22:51 PM > >> Subject: Re: Random queries extremely slow > >>

Re: Random queries extremely slow

2009-01-22 Thread oleg_gnatovskiy
large newly optimized index onto the > server. > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message >> From: oleg_gnatovskiy >> To: solr-user@lucene.apache.org >> Sent: Thursday, January 22,

Re: Random queries extremely slow

2009-01-22 Thread Otis Gospodnetic
Subject: Re: Random queries extremely slow > > > What are some things that could happen to force files out of the cache on a > Linux machine? I don't know what kinds of events to look for... > > > > > yonik wrote: > > > > On Thu, Jan 22, 2009 at 1:46 P

Re: Random queries extremely slow

2009-01-22 Thread Walter Underwood
The OS keeps recently accessed disk pages in memory. If another process does a lot of disk access, like a backup, the OS might replace the Solr index pages with that processes pages. What kind of storage: local disk, SAN, NFS? wunder On 1/22/09 11:22 AM, "oleg_gnatovskiy" wrote: > > What are

Re: Random queries extremely slow

2009-01-22 Thread oleg_gnatovskiy
What are some things that could happen to force files out of the cache on a Linux machine? I don't know what kinds of events to look for... yonik wrote: > > On Thu, Jan 22, 2009 at 1:46 PM, oleg_gnatovskiy > wrote: >> Hello. Our production servers are operating relatively smoothly most of >>

Re: Random queries extremely slow

2009-01-22 Thread Yonik Seeley
On Thu, Jan 22, 2009 at 1:46 PM, oleg_gnatovskiy wrote: > Hello. Our production servers are operating relatively smoothly most of the > time running Solr with 19 million listings. However every once in a while > the same query that used to take 100 miliseconds takes 6000. Anything else happening

Re: Random queries extremely slow

2009-01-22 Thread oleg_gnatovskiy
Actually my issue might merit a seperate discussion as I did tuning by adjusting the heap to different settings to see how it affected changed. It really had no affect, as with jdk 1.6, garbage collection is parallel which now should no longer interfere with requests during garbage collection whic

Re: Random queries extremely slow

2009-01-22 Thread oleg_gnatovskiy
My aplogies, this is likely the same issue as "Intermittent high response times by hbi dev " oleg_gnatovskiy wrote: > > Hello. Our production servers are operating relatively smoothly most of > the time running Solr with 19 million listings. However every once in a > while the same query tha