From 2e826a4ad18d873a26e82951e24b55646a6a1c0f Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Wed, 5 Nov 2014 09:21:48 -0800 Subject: [PATCH] HBASE-12420 BucketCache logged startup message is egregiously large --- .../org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3031c9251fd..90659bcb25f 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 @@ -268,7 +268,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()); } /**