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

IsolationLevel must be attribute of a Query not a Scan

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.98.6
    • 0.99.0, 0.98.7
    • Client
    • Reviewed

    Description

      The Get operation is implemented in HBase as a Scan. The default isolation level for Scan is READ_COMMITTED. The API to change the isolation level is part of Scan class and there is no way for Get operation to change this from default. We should move this API up to Query (which is a parent of both: Scan and Get).

      Attachments

        1. HBASE_11936.patch
          4 kB
          Vladimir Rodionov
        2. HBASE_11936_1.patch
          5 kB
          Vladimir Rodionov
        3. HBASE_11936_2.patch
          4 kB
          Vladimir Rodionov
        4. HBASE_11936_0.98.patch
          4 kB
          Vladimir Rodionov

        Activity

          People

            vrodionov Vladimir Rodionov
            vrodionov Vladimir Rodionov
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: