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

HRegion passes the wrong minSequenceNumber to doReconstructionLog

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.20.0
    • 0.20.1, 0.90.0
    • regionserver
    • None

    Description

      HRegion initializes by opens up all store files which may recover from the WAL. It then calls protected doReconstructionLog which THBase uses to go through the log and look for pending transactions that may need to be recovered. Currently HRegion is passing down the minSequenceNumber after WAL recovery. What we want is the lowest sequence number before the wal recovery.

      Attachments

        1. 1883.patch
          3 kB
          Clint Morgan

        Activity

          People

            clint.morgan Clint Morgan
            clint.morgan Clint Morgan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: