You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2013/01/11 01:16:13 UTC

[jira] [Commented] (HBASE-7471) Enable Cleaners required for Snapshots by default

    [ https://issues.apache.org/jira/browse/HBASE-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550589#comment-13550589 ] 

Jonathan Hsieh commented on HBASE-7471:
---------------------------------------

[~tedyu@apache.org] if you go with adding the prop above to the hbase-defaults.xml approach,  make sure to modify the tests that currently assume that the feature is off so that the explicitly set it on or off and properly checks abort the condition if it is off.
                
> Enable Cleaners required for Snapshots by default
> -------------------------------------------------
>
>                 Key: HBASE-7471
>                 URL: https://issues.apache.org/jira/browse/HBASE-7471
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Client, master, regionserver, snapshots, Zookeeper
>            Reporter: Jonathan Hsieh
>            Assignee: Ted Yu
>             Fix For: hbase-6055, 0.96.0
>
>         Attachments: 7471.txt
>
>
> Currently, snapshots require admins to add configuration to their hbase-site.xml to have snapshot functionality available.  It is at the moment off by default.
> {code}
>  <property>
>     <name>hbase.snapshot.enabled</name>
>     <value>true</value>
>   </property>
> {code}
> Maybe we should just enable snapshots by default.  Discuss.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira