HBASE-12420 BucketCache logged startup message is egregiously large
This commit is contained in:
parent
48fd0369e5
commit
9255d6fdc7
|
@ -268,7 +268,7 @@ public class BucketCache implements BlockCache, HeapSize {
|
||||||
", capacity=" + StringUtils.byteDesc(capacity) +
|
", capacity=" + StringUtils.byteDesc(capacity) +
|
||||||
", blockSize=" + StringUtils.byteDesc(blockSize) + ", writerThreadNum=" +
|
", blockSize=" + StringUtils.byteDesc(blockSize) + ", writerThreadNum=" +
|
||||||
writerThreadNum + ", writerQLen=" + writerQLen + ", persistencePath=" +
|
writerThreadNum + ", writerQLen=" + writerQLen + ", persistencePath=" +
|
||||||
persistencePath + ", bucketAllocator=" + this.bucketAllocator);
|
persistencePath + ", bucketAllocator=" + this.bucketAllocator.getClass().getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue