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

Add postBulkLoadHFile variant that notifies the final paths for the hfiles

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • None
    • Reviewed

    Description

      Currently the postBulkLoadHFile() hook passes the same familyPaths parameter which it receives as method parameter.
      See code in SecureBulkLoadManager :

             loaded = region.getCoprocessorHost().postBulkLoadHFile(familyPaths, loaded);
      

      Meaning, the paths are not final, moved paths of the loaded hfiles.

      This issue is to add a variant which notifies the final paths of the loaded hfiles.

      Attachments

        1. 17123.addendum
          0.8 kB
          Ted Yu
        2. 17123.v5.txt
          20 kB
          Ted Yu
        3. 17123.v4.txt
          19 kB
          Ted Yu
        4. 17123.v3.txt
          18 kB
          Ted Yu
        5. 17123.v1.txt
          9 kB
          Ted Yu

        Activity

          People

            yuzhihong@gmail.com Ted Yu
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: