Re: Run multiple instances of solr using single data directory

2012-11-15 Thread Erick Erickson
I think this is rather dangerous. How would these multiple slaves coordinate replication? Would they all replicate at once? If only one was configured to replicate, how would the others know to reopen serchers? Furthermore, simply opening up more Solr instances on the same machine isn't expanding

Re: Run multiple instances of solr using single data directory

2012-11-14 Thread Rohit Harchandani
ok. but what are the problems when brining up multiple instances reading from the same data directory? also how to re-open the searchers without restarting solr? Thanks, Rohit On Tue, Nov 13, 2012 at 11:20 PM, Otis Gospodnetic < otis.gospodne...@gmail.com> wrote: > Hi, > > If you have high query

Re: Run multiple instances of solr using single data directory

2012-11-13 Thread Otis Gospodnetic
Hi, If you have high query rate, running multiple instances of Solr on the same server doesn't typically make sense. I'd stop and rethink :) Otis -- Solr Performance Monitoring - http://sematext.com/spm/index.html On Tue, Nov 13, 2012 at 5:46 PM, Rohit Harchandani wrote: > Hi All, > I am