Re: Example Solr Config on EC2

2011-09-11 Thread Pulkit Singhal
Just to clarify, that link doesn't do anything to promote an already running slave into a master. One would have to bounce the Solr node which has that slave and then make the shift. It is not something that happens at runtime live. On Wed, Aug 10, 2011 at 4:04 PM, Akshay wrote: > Yes you can p

Re: Example Solr Config on EC2

2011-08-13 Thread Erick Erickson
Do keep in mind though that your index will have to have any documents that have not yet been replicated added to the promoted slave. The easy to do this is just re-index documents from a "safe" point. If you're using time-based deltas, this is just some time interval "far enough in the past to gua

Re: Example Solr Config on EC2

2011-08-10 Thread Akshay
Yes you can promote a slave to be master refer http://wiki.apache.org/solr/SolrReplication#enable.2BAC8-disable_master.2BAC8-slave_in_a_node In AWS one can use an elastic IP(http://aws.amazon.com/articles/1346) to refer to the master and this can be assigned to slaves as they assume the role of ma

Re: Example Solr Config on EC2

2011-08-10 Thread Matt Shields
If I were to build a master with multiple slaves, is it possible to promote a slave to be the new master if the original master fails? Will all the slaves pickup right where they left off, or any time the master fails will we need to completely regenerate all the data? If this is possible, are th

Re: Example Solr Config on EC2

2011-08-08 Thread mbohlig
Matthew, Here's another resource: http://www.lucidimagination.com/blog/2010/02/01/solr-shines-through-the-cloud-lucidworks-solr-on-ec2/ Michael Bohlig Lucid Imagination - Original Message From: Matt Shields To: solr-user@lucene.apache.org Sent: Mon, August 8, 2011 2:03:20 PM Subject

Re: Example Solr Config on EC2

2011-08-08 Thread Yury Kats
On 8/8/2011 5:03 PM, Matt Shields wrote: > I'm looking for some examples of how to setup Solr on EC2. The > configuration I'm looking for would have multiple nodes for redundancy. > I've tested in-house with a single master and slave with replication > running in Tomcat on Windows Server 2003, bu