[ https://issues.apache.org/jira/browse/HBASE-29521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18016581#comment-18016581 ]
Andor Molnar commented on HBASE-29521: -------------------------------------- I think the most efficient way would be to extract bulkload file names from WAL edits during the replay process. Is that done by the WALPlayer? Shall we just add it as a new functionality to WALPlayer to make a list of bulkload file names and export it to a text file or standard out? If the filenames are unique, we don't need to store them in separate date folders, but we probably cannot make that assumption. > Update Restore Command to Handle Bulkloaded Files > ------------------------------------------------- > > Key: HBASE-29521 > URL: https://issues.apache.org/jira/browse/HBASE-29521 > Project: HBase > Issue Type: Sub-task > Components: backup&restore > Reporter: Vinayak Hegde > Assignee: Vinayak Hegde > Priority: Major > > Enhance the restore command to replay WAL edits first, then bulkload HFiles > from the backup location. Ensure PITR restore correctness and handle cases > where bulkloaded files are referenced in WALs. Validate the presence of all > required files before restore execution. -- This message was sent by Atlassian Jira (v8.20.10#820010)