Your 3 instances are trying to acquire the physical lock to the index. If you want to use multi-threaded indexing, I would suggest http interface, as Solr will control the request queue for you and index as much docs as it can receive from your open threads (resource wise obviously).
2009/1/19 Sagar Khetkade <sagar.khetk...@hotmail.com> > > Hi, > > I was trying to index three sets of document having 2000 articles using > three threads of embedded solr server. But while indexing, giving me > exception "org.apache.lucene.store.LockObtainFailedException: Lock obtain > timed out: SingleInstanceLock: write.lock". I know that this issue do > persists with Lucene; is it the same with Solr? > > Thanks and Regards, > Sagar Khetkade. > _________________________________________________________________ > For the freshest Indian Jobs Visit MSN Jobs > http://www.in.msn.com/jobs > -- Alexander Ramos Jardim