Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-17779

disable_table_replication returns misleading message and does not turn off replication

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4.0, 2.0.0
    • Replication
    • 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

        1. HBASE-17779.patch
          4 kB
          Janos Gub
        2. HBASE-17779-branch-1.patch
          5 kB
          Janos Gub
        3. HBASE-17779-v2.patch
          4 kB
          Janos Gub

        Issue Links

          Activity

            People

              gubjanos Janos Gub
              yuzhihong@gmail.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: