Erick: I now that. I didn't optimize the index frequently. The problem was more that a lot of documents have been added (without commit or autoCommit configured) to the index and MergePolicy kicked in and started merging the segments (i guess). This led to all segments beeing replicated because all of them had changed.
I didn't find a solution yet so I am *now* optimizing the index after every full import (once a day) and replicate then to save the bandwidth.. I was more interested in the change to index strategy that Suresh mentioned. ~ Dom 2014-06-26 1:57 GMT+02:00 Erick Erickson <erickerick...@gmail.com>: > Dominik: > > If you optimize your index, then the entire thing will be replicated > from the master to the slave every time. In general, optimizing isn't > necessary even though it sounds like something that's A Good Thing. > > I suspect that's the nub of the issue. > > Erick > > On Tue, Jun 24, 2014 at 11:14 PM, Dominik Siebel <m...@dsiebel.de> wrote: > > Hey Suresh, > > > > could you get a little more specific on what solved your problem here? > > I am currently facing the same problem and am trying to find a proper > > solution. > > Thanks! > > > > ~ Dom > > > > > > 2014-02-28 7:46 GMT+01:00 sureshrk19 <sureshr...@gmail.com>: > > > >> Thanks Shawn and Erick. > >> > >> I followed SOLR configuration document and modified index strategy. > >> > >> Looks good now. I haven't seen any problems in last 1 week. > >> > >> Thanks for your suggestions. > >> > >> > >> > >> -- > >> View this message in context: > >> > http://lucene.472066.n3.nabble.com/SOLR-4-4-Slave-always-replicates-full-index-tp4113089p4120337.html > >> Sent from the Solr - User mailing list archive at Nabble.com. > >> >