[ https://issues.apache.org/jira/browse/HBASE-28969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Kyle Purtell resolved HBASE-28969. ----------------------------------------- Fix Version/s: 4.0.0-alpha-1 3.0.0-beta-2 Hadoop Flags: Reviewed Resolution: Fixed > 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 > Assignee: Prathyusha > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0-alpha-1, 3.0.0-beta-2 > > > 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)