[
https://issues.apache.org/jira/browse/HBASE-26587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang updated HBASE-26587:
------------------------------
Fix Version/s: 2.6.0
3.0.0-alpha-3
Release Note:
Introduced two admin methods:
void modifyTableStoreFileTracker(TableName, String) throws IOException;
void modifyColumnFamilyStoreFileTracker(TableName, byte[], String) throws
IOException;
You can use these two methods to change the store file tracker implementation
for a table or a family, where you just need to specify the final store file
tracker implementation, and do not need to take care of the 'migration'
intermediate state, at master side we will take care of it for you.
> Introduce a new Admin API to change SFT implementation
> ------------------------------------------------------
>
> Key: HBASE-26587
> URL: https://issues.apache.org/jira/browse/HBASE-26587
> Project: HBase
> Issue Type: Sub-task
> Components: Admin, API
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 2.6.0, 3.0.0-alpha-3
>
>
> Now changing SFT implementation requires two MTP, and there are also lots of
> rules on how to correctly set the MIGRATION SFT, I think we'd better
> introduce a special method to implement the complicated logic by code,to make
> our users life easier.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)