Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
Description
In a discussion on dev@ the idea was floated that StoreFileTracker could be backported into branch-2.5 to be released as part of 2.5.0 as an experimental feature. This issue considers the backport.
There are sixteen subtasks on HBASE-26067 and several other tangential commits. Cherry pick the list in sequence, fixing up as necessary. These appear to be the core commits:
- commit 6aaef8978
HBASE-26064Introduce a StoreFileTracker to abstract the store file tracking logic - commit 43b40e937
HBASE-25988Store the store file list by a file (#3578) - commit 6e053765e
HBASE-26079Use StoreFileTracker when splitting and merging (#3617) - commit 090b2fecf
HBASE-26224Introduce a MigrationStoreFileTracker to support migrating from different store file tracker implementations (#3656) - commit 0ee168933
HBASE-26246Persist the StoreFileTracker configurations to TableDescriptor when creating table (#3666) - commit 2052e80e5
HBASE-26248Should find a suitable way to let users specify the store file tracker implementation (#3665) - commit 5ff0f98a5
HBASE-26264Add more checks to prevent misconfiguration on store file tracker (#3681) - commit fc4f6d10e
HBASE-26280Use store file tracker when snapshoting (#3685) - commit 06db852aa
HBASE-26326CreateTableProcedure fails when FileBasedStoreFileTracker… (#3721) - commit e4e7cf80b
HBASE-26386Refactor StoreFileTracker implementations to expose the set method (#3774) - commit 08d117197
HBASE-26328Clone snapshot doesn't load reference files into FILE SFT impl (#3749) - commit 8bec26ea9
HBASE-26263[Rolling Upgrading] Persist the StoreFileTracker configurations to TableDescriptor for existing tables (#3700) - commit a288365f9
HBASE-26271Cleanup the broken store files under data directory (#3786) - commit d00b5faad
HBASE-26454CreateTableProcedure still relies on temp dir and renames… (#3845) - commit 771e552cf
HBASE-26286: Add support for specifying store file tracker when restoring or cloning snapshot - commit f16b7b1bf
HBASE-26265Update ref guide to mention the new store file tracker im… (#3942)
And from HBASE-26584 and beyond:
- commit 755b3b4cb
HBASE-26585Add SFT configuration to META table descriptor when creating META (#3998) - commit 39c42c7dc
HBASE-26639The implementation of TestMergesSplitsAddToTracker is problematic (#4010) - commit 6e1f5b7fe
HBASE-26586Should not rely on the global config when setting SFT implementation for a table while upgrading (#4006) - commit f1dd865c3
HBASE-26654ModifyTableDescriptorProcedure shoud load TableDescriptor while executing (#4034) - commit 8fbc9a260
HBASE-26674Should modify filesCompacting under storeWriteLock (#4040) - commit 5aa0fd265
HBASE-26675Data race on Compactor.writer (#4035) - commit 3021c5851
HBASE-26700The way we bypass broken track file is not enough in StoreFileListFile (#4055) - commit a8b68c9b8
HBASE-26690Modify FSTableDescriptors to not rely on renaming when writing TableDescriptor (#4054) - commit dffeb8e63
HBASE-26587Introduce a new Admin API to change SFT implementation (#4030) (#4080) - commit b265fe55b
HBASE-26673Implement a shell command for change SFT implementation (#4113) - commit 4cdb380cc
HBASE-26640Reimplement master local region initialization to better work with SFT (#4111) - commit 77bb153a2
HBASE-26707: Reduce number of renames during bulkload (#4066) (#4122) - commit a4b192e33
HBASE-26611Changing SFT implementation on disabled table is dangerous (#4082) - commit d3629bbf1
HBASE-26837Set SFT config when creating TableDescriptor in TestCloneSnapshotProcedure (#4226)
Attachments
Issue Links
- breaks
-
HBASE-26938 Compaction failures after StoreFileTracker integration
- Resolved
- is related to
-
HBASE-26881 Backport HBASE-25368 to branch-2
- Resolved
-
HBASE-26584 Further improvements on StoreFileTracker
- Open
-
HBASE-26067 Change the way on how we track store file list
- Resolved