Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA3E317FBC for ; Wed, 5 Nov 2014 17:25:24 +0000 (UTC) Received: (qmail 15617 invoked by uid 500); 5 Nov 2014 17:25:24 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 15566 invoked by uid 500); 5 Nov 2014 17:25:24 -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 15544 invoked by uid 99); 5 Nov 2014 17:25:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2014 17:25:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 46053908188; Wed, 5 Nov 2014 17:25:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: apurtell@apache.org To: commits@hbase.apache.org Date: Wed, 05 Nov 2014 17:25:24 -0000 Message-Id: <8e6c303131ad4fdcbdb88dba7f26f7c0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: HBASE-12420 BucketCache logged startup message is egregiously large Repository: hbase Updated Branches: refs/heads/0.98 d1dd75843 -> 6588668f7 refs/heads/branch-1 64fd02fcb -> 2e826a4ad refs/heads/master 48fd0369e -> 9255d6fdc HBASE-12420 BucketCache logged startup message is egregiously large Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6588668f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6588668f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6588668f Branch: refs/heads/0.98 Commit: 6588668f75f5a27388b489f9e0a662717fdeba09 Parents: d1dd758 Author: Andrew Purtell Authored: Wed Nov 5 09:21:48 2014 -0800 Committer: Andrew Purtell Committed: Wed Nov 5 09:21:48 2014 -0800 ---------------------------------------------------------------------- .../java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/6588668f/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java index 08a6602..a929f03 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java @@ -273,7 +273,7 @@ public class BucketCache implements BlockCache, HeapSize { ", capacity=" + StringUtils.byteDesc(capacity) + ", blockSize=" + StringUtils.byteDesc(blockSize) + ", writerThreadNum=" + writerThreadNum + ", writerQLen=" + writerQLen + ", persistencePath=" + - persistencePath + ", bucketAllocator=" + this.bucketAllocator); + persistencePath + ", bucketAllocator=" + this.bucketAllocator.getClass().getName()); } /**