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

TableRecordReader may skip first row of region

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.90.4
    • 0.90.5
    • mapreduce
    • None
    • Reviewed

    Description

      After the following scenario, the first record of region is skipped, without being sent to Mapper:

      • the reader is initialized with TableRecordReader.init()
      • then nextKeyValue is called, causing call to scanner.next() - here ScannerTimeoutException occurs
      • the scanner is restarted by call to restart() and then two calls to scanner.next() occur, causing we have lost the first row

      Attachments

        1. HBASE-4196-trunk.patch
          1 kB
          Ming Ma
        2. HBASE-4196-trunk.patch
          3 kB
          Ming Ma
        3. HBASE-4196-trunk.patch
          3 kB
          Ming Ma

        Issue Links

          Activity

            People

              mingma Ming Ma
              je.ik Jan Lukavsky
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: