Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EA0CB200BB4 for ; Tue, 1 Nov 2016 20:49:29 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E8C6B160B10; Tue, 1 Nov 2016 19:49:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D31DD160B0A for ; Tue, 1 Nov 2016 20:49:28 +0100 (CET) Received: (qmail 56926 invoked by uid 500); 1 Nov 2016 19:49:26 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 56554 invoked by uid 99); 1 Nov 2016 19:49:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 19:49:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 02554E38FC; Tue, 1 Nov 2016 19:49:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: larsh@apache.org To: commits@hbase.apache.org Date: Tue, 01 Nov 2016 19:49:43 -0000 Message-Id: In-Reply-To: <62025986bfc04ae79f750387010bc6d4@git.apache.org> References: <62025986bfc04ae79f750387010bc6d4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [19/50] [abbrv] hbase git commit: HBASE-16832 Reduce the default number of versions in Meta table for branch-1 (binlijin) archived-at: Tue, 01 Nov 2016 19:49:30 -0000 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 Authored: Fri Oct 14 13:53:39 2016 -0700 Committer: tedyu 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.