Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

HBase master master replication acknowledgement

avatar
Master Guru

If I have a hbase master-master cluster when a replication is successful on target cluster is there an acknowledge sent back to source cluster? I am trying to find documentation outlining this behavior.

1 ACCEPTED SOLUTION

avatar
Super Guru

When a batch of write-ahead log (WAL) edits are sent from the source cluster to the destination (active-active or otherwise), a response is sent to the source cluster from the destination. If the replication was successful, the response is essentially empty. Any errors encountered during the replay of those WAL edits would be returned to the source cluster.

View solution in original post

1 REPLY 1

avatar
Super Guru

When a batch of write-ahead log (WAL) edits are sent from the source cluster to the destination (active-active or otherwise), a response is sent to the source cluster from the destination. If the replication was successful, the response is essentially empty. Any errors encountered during the replay of those WAL edits would be returned to the source cluster.