Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
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.