[
https://issues.apache.org/jira/browse/HBASE-16037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15348736#comment-15348736
]
Ted Yu commented on HBASE-16037:
--------------------------------
nit:
{code}
111 LOG.debug("Will automatically retore all the dependencies");
{code}
retore: typo
Let me run through backup / restore tests.
> Make automatic mode default one
> -------------------------------
>
> Key: HBASE-16037
> URL: https://issues.apache.org/jira/browse/HBASE-16037
> Project: HBase
> Issue Type: Brainstorming
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
> Attachments: HBASE-16037-v1.patch
>
>
> By default, restore operation runs with automatic off and overwrite off. This
> is not what user expect (point -in -time data restore).
> When automatic is off, only last backup image will be restored - the image
> user requested. With automatic on - the whole image dependency chain will be
> restored, starting with the most recent full backup image, followed by
> incremental images. This is should be default.
> When overwrite is off - we face issues similar HBASE-15862 ( Backup - delete
> data - restore from backup results in missing data). Overwrite is off by
> default.
> Definitely, we need to make, at least, both modes to be default ones, at
> least. The question do we need these exotic modes at all? What are use case
> for them?
> Please cast your vote, comments are welcome.
> cc: [~tedyu], [~jerryhe], [~enis], [~devaraj].
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)