Re: Lock problems: Lock obtain timed out

2010-01-29 Thread Chris Hostetter
: Can anyone think of a reason why these locks would hang around for more than : 2 hours? : : I have been monitoring them and they look like they are very short lived. Typically the lock files are only left arround for more then a few seconds when there was a fatal crash of some kind ... an OOM

Re: Lock problems: Lock obtain timed out

2010-01-27 Thread Ian Connor
Can anyone think of a reason why these locks would hang around for more than 2 hours? I have been monitoring them and they look like they are very short lived. On Tue, Jan 26, 2010 at 10:15 AM, Ian Connor wrote: > We traced one of the lock files, and it had been around for 3 hours. A > restart

Re: Lock problems: Lock obtain timed out

2010-01-26 Thread Ian Connor
We traced one of the lock files, and it had been around for 3 hours. A restart removed it - but is 3 hours normal for one of these locks? Ian. On Mon, Jan 25, 2010 at 4:14 PM, mike anderson wrote: > I am getting this exception as well, but disk space is not my problem. What > else can I do to de

Re: Lock problems: Lock obtain timed out

2010-01-25 Thread mike anderson
I am getting this exception as well, but disk space is not my problem. What else can I do to debug this? The solr log doesn't appear to lend any other clues.. Jan 25, 2010 4:02:22 PM org.apache.solr.core.SolrCore execute INFO: [] webapp=/solr path=/update params={} status=500 QTime=1990 Jan 25, 20

Re: Lock problems: Lock obtain timed out

2009-11-04 Thread Lance Norskog
This will not ever work reliably. You should have 2x total disk space for the index. Optimize, for one, requires this. On Wed, Nov 4, 2009 at 6:37 AM, Jérôme Etévé wrote: > Hi, > > It seems this situation is caused by some No space left on device exeptions: > SEVERE: java.io.IOException: No space

Re: Lock problems: Lock obtain timed out

2009-11-04 Thread Jérôme Etévé
Hi, It seems this situation is caused by some No space left on device exeptions: SEVERE: java.io.IOException: No space left on device at java.io.RandomAccessFile.writeBytes(Native Method) at java.io.RandomAccessFile.write(RandomAccessFile.java:466) at org.apache.lucene.sto

Re: Lock problems: Lock obtain timed out

2009-11-03 Thread Chris Hostetter
: 02-Nov-2009 10:35:27 org.apache.solr.update.SolrIndexWriter finalize : SEVERE: SolrIndexWriter was not closed prior to finalize(), indicates : a bug -- POSSIBLE RESOURCE LEAK!!! can you post some context showing what the logs look like just before these errors? I'm not sure what might be caus