You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2016/10/14 20:54:49 UTC

hbase git commit: HBASE-16832 Reduce the default number of versions in Meta table for branch-1 (binlijin)

Repository: hbase
Updated Branches:
  refs/heads/branch-1 57d3e9e75 -> 05b010cac


HBASE-16832 Reduce the default number of versions in Meta table for branch-1 (binlijin)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/05b010ca
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/05b010ca
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/05b010ca

Branch: refs/heads/branch-1
Commit: 05b010cacb83a6449c205393e3c15b048b84b0a2
Parents: 57d3e9e
Author: tedyu <yu...@gmail.com>
Authored: Fri Oct 14 13:53:39 2016 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Fri Oct 14 13:53:39 2016 -0700

----------------------------------------------------------------------
 hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/05b010ca/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
----------------------------------------------------------------------
diff --git a/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java b/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
index ad9241f..f752cd0 100644
--- a/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
+++ b/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
@@ -775,7 +775,7 @@ public final class HConstants {
   /**
    * Default value of {@link #HBASE_META_VERSIONS}.
    */
-  public static int DEFAULT_HBASE_META_VERSIONS = 10;
+  public static int DEFAULT_HBASE_META_VERSIONS = 3;
 
   /**
    * Parameter name for number of versions, kept by meta table.