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

Avoid Splits from once again opening a closed reader for fetching the first and last key

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      Currently split flow is such that we close the parent region and all its store file readers are also closed. After that inorder to split the reference files we need the first and last keys for which once again open the readers on those store files. This could be costlier operation considering the fact that it has to contact the HDFS for this close and open operation. This JIRA is to see if we can improve this.

      Attachments

        1. HBASE-14643-branch-1.2.patch
          5 kB
          Heng Chen
        2. HBASE-14643-branch-1.patch
          5 kB
          Heng Chen
        3. HBASE-14643_v5.patch
          5 kB
          Heng Chen
        4. HBASE-14643_v4.patch
          5 kB
          Heng Chen
        5. HBASE-14643_v3.patch
          5 kB
          Heng Chen
        6. HBASE-14643_v2.patch
          4 kB
          Heng Chen
        7. HBASE-14643_v1.patch
          14 kB
          Heng Chen
        8. HBASE-14643.patch
          14 kB
          Heng Chen

        Activity

          People

            chenheng Heng Chen
            ram_krish ramkrishna.s.vasudevan
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: