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

Functionality added as part of HBASE-12583 is not working after moving the split code to master

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-beta-2, 2.0.0
    • None
    • None
    • Reviewed

    Description

      As part of HBASE-12583 we are passing split policy to HRegionFileSystem#splitStoreFile so that we can allow to create reference files even the split key is out of HFile key range. This is needed for Local Indexing implementation in Phoenix. But now after moving the split code to master just passing null for split policy.

          final String familyName = Bytes.toString(family);
          final Path path_first =
              regionFs.splitStoreFile(this.daughter_1_RI, familyName, sf, splitRow, false, null);
          final Path path_second =
              regionFs.splitStoreFile(this.daughter_2_RI, familyName, sf, splitRow, true, null);
      

      Attachments

        1. HBASE-19703_v2.patch
          6 kB
          Rajeshbabu Chintaguntla
        2. HBASE-19703_v3.patch
          7 kB
          Rajeshbabu Chintaguntla
        3. HBASE-19703_v4.patch
          7 kB
          Rajeshbabu Chintaguntla
        4. HBASE-19703_v5.patch
          7 kB
          Rajeshbabu Chintaguntla
        5. HBASE-19703.branch-2.001.patch
          10 kB
          Michael Stack
        6. HBASE-19703-WIP.patch
          5 kB
          Rajeshbabu Chintaguntla

        Issue Links

          Activity

            People

              rajeshbabu Rajeshbabu Chintaguntla
              rajeshbabu Rajeshbabu Chintaguntla
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: