Prathyusha created HBASE-28969:
----------------------------------
Summary: Refactor direct interactions of HFilelink file creations
to SFT interface
Key: HBASE-28969
URL: https://issues.apache.org/jira/browse/HBASE-28969
Project: HBase
Issue Type: Improvement
Reporter: Prathyusha
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 actual link/ref files (virtual links).
To support the same, we need to refactor all the direct interactions of
Ref/Link file creations to SFT layer and this change
- adds a createHFilelink() api to StoreFileTrackerBase.
- Moves all the creations of HFileLink (except for Snapshot which will be
handled in HBASE-28863) to SFT layer
--
This message was sent by Atlassian Jira
(v8.20.10#820010)