- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
HBase master master replication acknowledgement
- Labels:
-
Apache HBase
Created ‎04-19-2016 02:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎04-19-2016 04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎04-19-2016 04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
