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

.regioninfo not created by createHRegion()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.95.2
    • 0.95.0
    • master
    • None

    Description

      After HBASE-5683 we have no longer the .regioninfo written on disk during the table creation.
      so, if we fail before adding entries to .META. we end up with regions on disk that has no information, and hbck is not able to recover this situation.

      The .regioninfo is written in checkRegioninfoOnFilesystem() that was called by initialize(), during the table creation and region opening. With HBASE-5683 we skip the call to initialize(), in during the region creation, to avoid to initialize the memstore & co.

      Attachments

        1. HBASE-7537-v0.patch
          9 kB
          Matteo Bertozzi

        Activity

          People

            mbertozzi Matteo Bertozzi
            mbertozzi Matteo Bertozzi
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: