It looks like unlockOnStartup isn't working anymore. Perhaps this is a side effect of SOLR-240?

I have a lock file:
 lucene-884cd55a1a657c081e97fa89bfe5e084-write.lock
in solr/data/index/

I have unlockOnStartup set to true. I'm sure it is set because I'm stepping through the debugger with eclipse and it looks ok. Surprisingly, line 143 of SolrCore.java:
 if (IndexReader.isLocked(dir)) {
returns false, so it continues on without problem.

I have not changed my solrconfig.xml since SOLR-240 was added.

ideas?

ryan

Reply via email to