You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Pankaj Kumar (Jira)" <ji...@apache.org> on 2020/04/10 09:03:00 UTC

[jira] [Created] (HBASE-24165) maxPoolSize is logged incorrectly in ByteBufferPool

Pankaj Kumar created HBASE-24165:
------------------------------------

             Summary: maxPoolSize is logged incorrectly in ByteBufferPool
                 Key: HBASE-24165
                 URL: https://issues.apache.org/jira/browse/HBASE-24165
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.2.4
            Reporter: Pankaj Kumar


In ByteBufferPool _maxPoolSize_ is converted into byte format,

https://github.com/apache/hbase/blob/a521a80c4b9a8b0749c368d1ff66fea2ed2d77a2/hbase-common/src/main/java/org/apache/hadoop/hbase/io/ByteBufferPool.java#L85

 

Currently maxPoolSize is logged as below,

2020-04-10 14:20:56,000 INFO  [Time-limited test] io.ByteBufferPool(83): Created with bufferSize=64 KB and maxPoolSize=320 B



--
This message was sent by Atlassian Jira
(v8.3.4#803005)