[
https://issues.apache.org/jira/browse/HBASE-16031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15333015#comment-15333015
]
Heng Chen commented on HBASE-16031:
-----------------------------------
The main overhead comes from Replication.initialize, some zk watchers will be
created there. If this overhead is acceptable, +1 for rip-off that config.
Should we open another issue for this? [~enis]
> Documents about "hbase.replication" default value seems wrong
> -------------------------------------------------------------
>
> Key: HBASE-16031
> URL: https://issues.apache.org/jira/browse/HBASE-16031
> Project: HBase
> Issue Type: Bug
> Reporter: Heng Chen
> Attachments: HBASE-16031.patch
>
>
> {code}
> public static final String
> REPLICATION_ENABLE_KEY = "hbase.replication";
> public static final boolean
> REPLICATION_ENABLE_DEFAULT = true;
> {code}
> The code shows that default value is true, but documents shows the default
> value is false.
> {code}
> | hbase.replication
> | Whether replication is enabled or disabled on a given
> cluster
> | false
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)