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

getclosest doesn't understand delete family; manifests as "HRegionInfo was null or empty in .META" A.K.A the BS problem

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.20.0
    • None
    • None
    • Reviewed

    Description

      getclosestatorbefore was not converted to deal with the new delete types. It only knows how to process old style deletes. Usually all is well as edits come in but its possible to get into state where you have persisted in one file a deletefamily for all in meta and in the file behind it, there are entries on the info family. Since closest doesn't understand deletefamily, it will return the Put rows only for the subsequent getfull, which knows how to work with deletefamilies fail.

      Once this happens, table is hosed. Seen on Bradford Stephens upload and at Powerset. "Fix" is flush and major compact. Gives impression that hbase is 'delicate'. Fixing.

      Attachments

        1. 1761-v9.patch
          57 kB
          Michael Stack
        2. 1761-v7.patch
          76 kB
          Michael Stack
        3. 1761-v6.patch
          60 kB
          Michael Stack
        4. 1761-v5.patch
          75 kB
          Michael Stack
        5. 1761-v4.patch
          74 kB
          Michael Stack
        6. 1761-v3.patch
          60 kB
          Michael Stack
        7. 1761-v2.patch
          52 kB
          Michael Stack
        8. 1761-v13.patch
          77 kB
          Michael Stack
        9. 1761-v12.patch
          78 kB
          Michael Stack
        10. 1761-v11.patch
          73 kB
          Michael Stack
        11. 1761-v10.patch
          72 kB
          Michael Stack
        12. 1761.patch
          28 kB
          Michael Stack

        Activity

          People

            stack Michael Stack
            stack Michael Stack
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: