Re: deploy a brand new index in solrcloud

2012-06-12 Thread Mark Miller
On Jun 10, 2012, at 2:56 AM, Anatoli Matuskova wrote: > I've thought in setting replication in solrCloud: > http://www.searchworkings.org/forum/-/message_boards/view_message/339527#_19_message_339527 > What I don't know is if while replication is being handled, the replica > slaves (that are not

Re: deploy a brand new index in solrcloud

2012-06-09 Thread Anatoli Matuskova
I've thought in setting replication in solrCloud: http://www.searchworkings.org/forum/-/message_boards/view_message/339527#_19_message_339527 What I don't know is if while replication is being handled, the replica slaves (that are not the master in replication) can keep handling puts via transactio

Re: deploy a brand new index in solrcloud

2012-06-09 Thread Jack Krupansky
How about maintaining two distinct SolrClouds with a switch in the load balancer? Reindex the second cloud, test it, fully warm it, test it again, and then have the load balancer switch all new queries to the second cloud. Then take down the original cloud once all queries have completed. Rins