Hi, I have a solr server that is failing to acquire a lock with the exception below. I think that the server has a lot of uncommitted data (I am not sure how to verify this) and if so I would like to salvage it. Any suggestions how to proceed?
(btw i tried removing the lock file but it did not help) Thanks, Udi Jan 18, 2011 5:17:06 PM org.apache.solr.common.SolrException log SEVERE: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out : NativeFSLock@ /vol-unifi-solr/data/index/lucene-043c34f1f06a280de60b3d4e8e05601 6-write.lock at org.apache.lucene.store.Lock.obtain(Lock.java:85) at org.apache.lucene.index.IndexWriter.init(IndexWriter.java:1545) at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1402) at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:19 0)