You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Heng Chen (JIRA)" <ji...@apache.org> on 2016/06/15 03:39:12 UTC

[jira] [Created] (HBASE-16031) Documents about "hbase.replication" default value seems wrong

Heng Chen created HBASE-16031:
---------------------------------

             Summary: 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


{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)