HBASE-8178 IPCUtil produces a LOT of WARN log spew; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1460238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5f17a10648
commit
add3a064c7
|
@ -102,7 +102,7 @@ class IPCUtil {
|
||||||
os.close();
|
os.close();
|
||||||
if (poolCompressor != null) CodecPool.returnCompressor(poolCompressor);
|
if (poolCompressor != null) CodecPool.returnCompressor(poolCompressor);
|
||||||
}
|
}
|
||||||
if (LOG.isTraceEnabled()) {}
|
if (LOG.isTraceEnabled()) {
|
||||||
if (this.cellBlockBuildingInitialBufferSize < baos.size()) {
|
if (this.cellBlockBuildingInitialBufferSize < baos.size()) {
|
||||||
LOG.trace("Buffer grew from " + this.cellBlockBuildingInitialBufferSize +
|
LOG.trace("Buffer grew from " + this.cellBlockBuildingInitialBufferSize +
|
||||||
" to " + baos.size());
|
" to " + baos.size());
|
||||||
|
|
Loading…
Reference in New Issue