SolrCloud: Understanding Replication

2014-05-30 Thread Marc Campeau
#x27;ve done wrong put I can't put my finger on it. I would appreciate your insight on my situation. Thanks, Marc Campeau

Re: SolrCloud: Understanding Replication

2014-05-30 Thread Marc Campeau
Hi, forgot to mention that I'm migrating the index from Solr 4.5.1 to 4.8.1. Thanks, Marc Campeau 2014-05-30 9:54 GMT-04:00 Marc Campeau : > Hi, > > I currently have a standalone SOLR 4.5.1deployment on an EC2 instance with > a single collection and core containing an index t

Re: SolrCloud: Understanding Replication

2014-05-30 Thread Marc Campeau
2014-05-30 12:24 GMT-04:00 Erick Erickson : > Let's back up a bit here. Why are you copying your indexes around? > SolrCloud does all this for you. I suspect you've somehow made a mis-step. > I started by copying the index around because my 4.5.1 instance is not setup as Cloud and I wanted to avo

Re: SolrCloud: Understanding Replication

2014-05-30 Thread Marc Campeau
solution design to always be capable of > reposting (reindexing) your data to Solr. You are demonstrating a classic > use case of this, which is upgrade. Is there a critical reason why you are > avoiding this step? > > Jason > > On May 30, 2014, at 10:38 AM, Marc Campeau

Re: SolrCloud: Understanding Replication

2014-06-02 Thread Marc Campeau
just doing the example > code first. Get _that_ set up without doing _any_ changes and get it > running, _then_ try your stuff. It really sounds like you've got a > fundamental mis-configuration and are beating your head against the wall to > no good purpose. > > Best > Er

Re: SolrCloud: Understanding Replication

2014-06-02 Thread Marc Campeau
x27;ve got a > fundamental mis-configuration and are beating your head against the wall to > no good purpose. > > Best > Erick > > > On Fri, May 30, 2014 at 1:58 PM, Marc Campeau wrote: > > > As of now I'm trying reindexing everything. Basically I h

Re: SolrCloud: Understanding Replication

2014-06-03 Thread Marc Campeau
r at least cannot just be copied over to replica nodes. 2) When you want to reset a collection, it's a good idea to reset the zookeeper ensemble data, especially if your Solr Cluster wasn't replicating. Marc 2014-06-02 16:31 GMT-04:00 Shawn Heisey : > On 6/2/2014 2:21 PM, Marc Campe

Shard Replicas not getting replicated data from leader

2014-07-16 Thread Marc Campeau
Hi, I have setup 4 Solr (4.9.0) Nodes into a single shard for a given collection, meaning I should have 4 replicated nodes. I have 3 Zookeepers in ensemble managing the configs for this collection. I have a load balancer in front of the 4 nodes to split traffic between them. I start this collecti

Re: Shard Replicas not getting replicated data from leader

2014-07-17 Thread Marc Campeau
Turns out updateLog had been disabled in solrconfig.xml Marc 2014-07-16 16:44 GMT-04:00 Marc Campeau : > Hi, > > I have setup 4 Solr (4.9.0) Nodes into a single shard for a given > collection, meaning I should have 4 replicated nodes. I have 3 Zookeepers > in ensemble managing

Schema Updates and Core Reload with SolrCloud

2014-08-27 Thread Marc Campeau
? Is there an order in which shards should be reloaded? Thanks for your time, Marc Campeau

Re: Schema Updates and Core Reload with SolrCloud

2014-08-27 Thread Marc Campeau
ns API to RELOAD the collection. Thanks, Shawn 2014-08-27 13:53 GMT-04:00 Marc Campeau : > Hi, > > I want to apply a change to a Schema of a Collection deployed on SolrCloud. > > This SolrCloud consists of a 3 Zookeepers ensemble overseeing 4 Solr > Instances that each

Re: Schema Updates and Core Reload with SolrCloud

2014-08-27 Thread Marc Campeau
2014-08-27 14:00 GMT-04:00 Marc Campeau : > This past thread from June might hold the answer to my question. Posting > this here for other folks that might stumble upon this question. > > -- Forwarded message -- > From: Shawn Heisey > Date: 2014-06-28 1:36 GMT-0

Re: Schema Updates and Core Reload with SolrCloud

2014-08-27 Thread Marc Campeau
Thanks for your validation Shawn. Marc 2014-08-27 15:18 GMT-04:00 Shawn Heisey : > On 8/27/2014 1:03 PM, Marc Campeau wrote: > > Well I got my answer by trying it. I issued the Collections API reload > > action on one of the shards (Shard4 to be exact, not the leader) and I >