HBASE-12420 BucketCache logged startup message is egregiously large
This commit is contained in:
parent
64fd02fcbd
commit
2e826a4ad1
|
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue