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

HRegion.get never validates row

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.90.4
    • 0.92.0
    • regionserver
    • None
    • Reviewed

    Description

      If a client gets confused (possibly by a hole in .META., see HBASE-4333), it may send a request to the wrong region. Paths through put, delete, incrementColumnValue, and checkAndMutate all call checkRow either directly or indirectly (through getLock). But get apparently does not. This can result in returning an incorrect empty result instead of a WrongRegionException.

      Attachments

        1. 4334-v3.txt
          4 kB
          Lars Hofhansl
        2. 4334-v2.txt
          3 kB
          Lars Hofhansl
        3. 4334.txt
          3 kB
          Lars Hofhansl

        Activity

          People

            larsh Lars Hofhansl
            jpallas Joe Pallas
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: