Nrupal Akolkar | 2 Sep 2005 09:01
Picon

Re: Performance Test Failing

Actually your problem is that of system virtual memory utilization. The 
thing arrived due to lack of system memory to continue indexing and reading 
the files. SystemErr is the error generated. 
The way to troubleshoot this thing from happening is to create a cluster of 
indexes and then indexing the indexes. 
To create cluster of indexes, use lucene indexing and limit index creation 
by time - i.e. limit indexing by time. And get the last file indexed name. 
Generate a unix script or java monitor program that will start indexing from 
the last file to further in the directory structure. Continue looping till 
you reach end of directory you need indexing. I think this will solve your 
problem.
Nrupal
0091-9879021334

 On 9/2/05, jaina (sent by Nabble.com <http://Nabble.com>) <lists <at> nabble.com> 
wrote: 
> 
> 
> Hi,
> We are running into performace problem as we use lucene. Everything worked 
> fine till yesterday and today when we starte performance testing we saw an 
> error. Here are the details of the error
> 
> 54eda4e1 SystemErr R From Faceted SearchImpl rlinksIndexReader.open(dir) 
> failed
> [9/1/05 17:42:05:646 GMT] 54eda4e1 SystemErr R 
> java.io.FileNotFoundException: 
>
/gsa/torgsa/.projects/p1/gsa_cdt_ods/projects/w3perf/datapersist/sales/support/skp/production/index/relatedlinks/secondary/_0.f20 
> (Too many open files)
(Continue reading)


Gmane