Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.