Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
2.1.0
-
None
-
None
-
Patch
Description
Move the WAL file and offset tracking out of ZooKeeper and into an HBase table called hbase:replication.
The largest three new changes will be two classes ReplicationTableBase, TableBasedReplicationQueues, and TableBasedReplicationQueuesClient. As of now ReplicationPeers and HFileRef's tracking will not be implemented. Subtasks have been filed for these two jobs.
Attachments
Issue Links
- depends upon
-
HBASE-13773 Replication should not use ZooKeeper at all for coordination
- Closed
-
HBASE-16096 Replication keeps accumulating znodes
- Closed
- is a parent of
-
HBASE-27109 Move replication queue storage from zookeeper to a separated HBase table
- Resolved
-
HBASE-27110 Move replication peer storage from zookeeper to other storage systems
- Resolved
- is blocked by
-
HBASE-26233 The region replication framework should not be built upon the general replication framework
- Resolved
- is broken by
-
HBASE-18070 Enable memstore replication for meta replica
- Closed
- is duplicated by
-
HBASE-14379 Replication V2
- Closed
- is related to
-
HBASE-10295 Refactor the replication implementation to eliminate permanent zk node
- Closed
- links to