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:
Michael Stack 2013-03-23 21:37:41 +00:00
parent 5f17a10648
commit add3a064c7
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class IPCUtil {
os.close();
if (poolCompressor != null) CodecPool.returnCompressor(poolCompressor);
}
if (LOG.isTraceEnabled()) {}
if (LOG.isTraceEnabled()) {
if (this.cellBlockBuildingInitialBufferSize < baos.size()) {
LOG.trace("Buffer grew from " + this.cellBlockBuildingInitialBufferSize +
" to " + baos.size());