[
https://issues.apache.org/jira/browse/HBASE-29519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18013846#comment-18013846
]
Vinayak Hegde commented on HBASE-29519:
---------------------------------------
{code:java}
can you help to explain how we will resume the upload for bulkloaded files if
it fail? {code}
With the current implementation, when a bulk load file upload fails, the
exception will propagate up to the {{replicate()}} method, causing replication
to fail for that WAL entries batch. Those entries will be resent until the
issue is resolved. This will prevent the replication queue from moving forward,
but that’s intentional, right?
{code:java}
regarding async approach {code}
Yes, we need to consider all those scenarios. That’s why we decided to keep it
synchronous for now.
> Copy Bulkloaded Files in Continuous Backup
> ------------------------------------------
>
> Key: HBASE-29519
> URL: https://issues.apache.org/jira/browse/HBASE-29519
> Project: HBase
> Issue Type: Sub-task
> Components: backup&restore
> Reporter: Vinayak Hegde
> Assignee: Vinayak Hegde
> Priority: Major
> Labels: pull-request-available
>
> Enhance the continuous backup replication endpoint to detect bulkload
> operations and copy their HFiles to the backup location (e.g., S3).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)