[
https://issues.apache.org/jira/browse/HBASE-29521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18017516#comment-18017516
]
Vinayak Hegde commented on HBASE-29521:
---------------------------------------
Thanks, [~andor]. Currently, WALPlayer doesn’t support this functionality. We
would need to add it. But initially, our understanding was that we shouldn’t
modify WALPlayer, right?
Can we instead create a new MR job for this? It would be quite similar to
WALPlayer, except instead of applying the edits, it would write the bulkload
files list to a file/stdout (or directly pipe it to the next job, if possible).
> 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)