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

Restore of HBase table using incremental backup doesn't restore rows from an earlier incremental backup

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-1
    • None
    • None
    • Reviewed

    Description

      Credits to romil.choksi

      Restore of bulk-loaded HBase table doesn't restore deleted rows
      Steps:
      Create usertable and insert a few rows in it
      Create full backup
      Bulk load into usertable, and create first incremental backup
      Bulk load into usertable again, and create second incremental backup
      Delete row each from initial insert, first bulk load and second bulk load
      Restore usertable using second incremental backup
      Verify if each of the deleted rows has been restored
      On restore using second incremental backup id, the test failed as all of the rows from first bulk load were not available. Data from initial insertion (full backup) and second bulk load were only available.

      Attachments

        1. HBASE-19568-v1.patch
          111 kB
          Vladimir Rodionov
        2. HBASE-19568-v2.patch
          36 kB
          Vladimir Rodionov
        3. HBASE-19568-v3.patch
          33 kB
          Vladimir Rodionov
        4. HBASE-19568-v4.patch
          34 kB
          Vladimir Rodionov

        Issue Links

          Activity

            People

              vrodionov Vladimir Rodionov
              romil.choksi Romil Choksi
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: