Re: exception obtaining write lock on startup

2011-01-17 Thread samarth s
In that case why is there a separate lock factory of SingleInstanceLockFactory? On Fri, Dec 31, 2010 at 6:25 AM, Lance Norskog wrote: > This will not work. At all. > > You can only have one Solr core instance changing an index. > > On Thu, Dec 30, 2010 at 4:38 PM, Tri Nguyen wrote: >> Hi, >> >>

Re: exception obtaining write lock on startup

2010-12-30 Thread Lance Norskog
This will not work. At all. You can only have one Solr core instance changing an index. On Thu, Dec 30, 2010 at 4:38 PM, Tri Nguyen wrote: > Hi, > > I'm getting this exception when I have 2 cores as masters.  Seems like one of > the cores obtains a lock (file) and then the other tries to obtain

exception obtaining write lock on startup

2010-12-30 Thread Tri Nguyen
Hi,   I'm getting this exception when I have 2 cores as masters.  Seems like one of the cores obtains a lock (file) and then the other tries to obtain the same one.   However, the first one is not deleted.   How do I fix this?   Dec 30, 2010 4:34:48 PM org.apache.solr.handler.ReplicationHandler i