Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
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 changes starts off with moving the current Reference file operations/logic to StoreFileTrackerBase.
Post that we should be able to override/evolve the representation to handle Virtual Links.
Attachments
Issue Links
- is related to
-
HBASE-28861 Use hasReferences api of SFT in RegionSplitter
- Open
-
HBASE-28863 Create Snapshot V1 reference files using SFT
- Open
- relates to
-
HBASE-27826 Region split and merge time while offline is O(n) with respect to number of store files
- Open
- links to