Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Our design invariants state that ZooKeeper data is safe to delete. However, replication only stores its data in zookeeper.
This can lead to operators accidentally disabling their replication set up while attempting to recover from an unrelated issue by clearing the zk state.
We should update the operational concerns section on replication to call out that the /hbase/replication tree should not be deleted. We should probably also add a warning to the set up steps.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-10295 Refactor the replication implementation to eliminate permanent zk node
- Closed