What you describe is more like the rsync tool, which isn't what HBase
replication is doing at all. Replication works with log shipping, and
only copies data when it reads it from a log, there's no proactive
thread that checks for differences between two clusters and that
copies the missing pieces.

Is my understanding of your understanding of replication correct?

J-D

On Thu, Feb 24, 2011 at 8:00 AM, Mark Kerzner <kerz...@shmsoft.com> wrote:
>
> Hi,
>
> I have two HBases running in separate clusters, and ideally I would like to
> synchronize them: records not found in one should be copied over to the
> other, and vice versa.
>
> Now, I do know that there is master-slave replication in 0.89 already, but
> that master-master is experimental in 0.90 on, with some of it left for
> 0.92, and it will only copy tables from one HBase that are not present in
> another.
>
> Are there any other approaches that can get me as close to this kind of
> synchronization as possible?
>
> Thank you,
> Mark
> --
> View this message in context: 
> http://old.nabble.com/HBase-replication-tp31005404p31005404.html
> Sent from the HBase User mailing list archive at Nabble.com.
>
>

Reply via email to