HBASE-12420 BucketCache logged startup message is egregiously large

This commit is contained in:
Andrew Purtell 2014-11-05 09:21:48 -08:00
parent 64fd02fcbd
commit 2e826a4ad1
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
/**