[ https://issues.apache.org/jira/browse/HBASE-26064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17374475#comment-17374475 ]
Duo Zhang commented on HBASE-26064: ----------------------------------- Looking at the code, I think this class could just be placed inside StoreFileManager, but we still need to change some logics. For example, now we will load storefiles outside the StoreFileManager, and then call loadFiles to initialize StoreFileManager, now the load operation should be inside the StoreFileManager. Let me see if I can put up a POC first. > Introduce a StoreFileTrackingManager to abstract the store file tracking logic > ------------------------------------------------------------------------------ > > Key: HBASE-26064 > URL: https://issues.apache.org/jira/browse/HBASE-26064 > Project: HBase > Issue Type: Sub-task > Components: HFile > Reporter: Duo Zhang > Assignee: Duo Zhang > Priority: Major > > As mentioned in the parent issue, we could abstract a storefile metadata > system, then we could use different backend to store the storefile list, and > also it is possible to generalize the migration between different tracking > system. -- This message was sent by Atlassian Jira (v8.3.4#803005)