Re: Default file locking on trunk

2010-11-14 Thread Lance Norskog
Ok, more detail: I was testing using the NoMergePolicy in Solr. As Hoss pointed out in another thread, NoMergePolicy has no 0-argument constructor, and so throws an exception during loading the core. When there is no existing data/index/ directory, Solr creates a new index/ directory at the

Re: Default file locking on trunk

2010-11-10 Thread Chris Hostetter
: There is now a data/index with a write lock file in it. I have not : attempted to read the index, let alone add something to it. : I start solr again, and it cannot open the index because of the write lock. Lance, i can't reproduce using trunk r1033664 on Linux w/ext4 -- what OS Filesystem

Default file locking on trunk

2010-11-01 Thread Lance Norskog
Scenario: Git update to current trunk (Nov 1, 2010). Build all Run solr in trunk/solr/example with 'java -jar start.jar' Hi ^C Jetty reports doing shutdown hook There is now a data/index with a write lock file in it. I have not attempted to read the index, let alone add something to it. I start