[
https://issues.apache.org/jira/browse/HBASE-19258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408873#comment-16408873
]
Mike Drob commented on HBASE-19258:
-----------------------------------
{code}
+ private synchronized String backup(BackupRequest request, BackupAdmin client)
+ private synchronized void restore(RestoreRequest request, BackupAdmin client)
+ private synchronized void merge(String[] backupIds, BackupAdmin client)
{code}
I wish we didn't have to synchronize on these... the expectation for clients is
that they will retry if there is an operation in progress already I guess?
> IntegrationTest for Backup and Restore
> --------------------------------------
>
> Key: HBASE-19258
> URL: https://issues.apache.org/jira/browse/HBASE-19258
> Project: HBase
> Issue Type: Test
> Components: integration tests
> Reporter: Josh Elser
> Assignee: Vladimir Rodionov
> Priority: Blocker
> Fix For: 3.0.0
>
> Attachments: HBASE-19258.v1.patch
>
>
> See chatter at https://docs.google.com/document/d/1xbPlLKjOcPq2LDqjbSkF6uND
> AG0mzgOxek6P3POLeMc/edit?usp=sharing
> We need to get an IntegrationTest in place for backup and restore.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)