Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Currently HBaseAdmin#isTableRepEnabled() returns false if ANY of the columns families is not replicated.
Because of this if you have a table where replication is partially enabled, calling disable_table_replication will not have any effect, but will report that replication for a given table is disabled.
Workaround is enabling table replication before disabling.
As a solution quoted from HBASE-17460:
Admin#disableTableReplication() returns nothing and isTableRepEnabled() returns boolean. For master branch, we can let isTableRepEnabled() return enum (partially disabled, disabled, etc) This way, Admin#disableTableReplication() can return meaningful value to the user.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-17934 Backport HBASE-17779 "disable_table_replication returns misleading message and does not turn off replication" to branch-1.3
- Resolved
- relates to
-
HBASE-17460 enable_table_replication can not perform cyclic replication of a table
- Resolved