On 7/22/2014 5:00 PM, Robin Woods wrote: > I think, I found the issue! > > I actually missed to mention a very important step that I did, which is, > CORE SWAP > otherwise, it's not replicating the full index. > > when we do CORE SWAP, doesn't it do the same checks of copying only deltas?
Yes, it will look for differences and only copy what's changed ... but when you swap cores, you're pretty much guaranteed that the entire index is different on the master compared to the slave, so it will have to copy the entire thing. Even if you build the index in exactly the same way in two cores at exactly the same time on the same machine, the end result will have minor differences, such as the timestamp on each file. Thanks, Shawn