gvprathyusha6
gvprathyusha6
Enable PE to load any custom implementation of tests at runtime
This is a cherry-pick of [#5307](https://github.com/apache/hbase/pull/5307)
[HBASE-27826](https://issues.apache.org/jira/browse/HBASE-27826) introduces tracking of Link/Reference files with StoreFileTracker interface and with that, we can have the FileBasedStoreFileTracker implementation to track Link/Reference files only using .filelist file itself and not create...
Modifies HStoreFile/StoreFileInfo constructors to take SFT interface as a parameter. Refactors direct interactions of Reference/HFileLink creations to SFT interface. Also moves getStoreFiles/hasReferences from HRegionFS to SFT impls. Use the SFT...
…m as part of SplitProcedure