You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Bo Cui (JIRA)" <ji...@apache.org> on 2018/12/24 11:07:00 UTC

[jira] [Created] (HBASE-21639) hbase.regionserver.hlog.splitlog.buffersize does not support GB size

Bo Cui created HBASE-21639:
------------------------------

             Summary: hbase.regionserver.hlog.splitlog.buffersize does not support GB size
                 Key: HBASE-21639
                 URL: https://issues.apache.org/jira/browse/HBASE-21639
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.1.0, 1.3.1
            Reporter: Bo Cui


{code:title=WALSplitter.java|borderStyle=solid}

entryBuffers = new EntryBuffers(controller,
 this.conf.getInt("hbase.regionserver.hlog.splitlog.buffersize", 128 * 1024 * 1024),
 splitWriterCreationBounded);

{code}

the parameter type of the new EntryBuffers() is long, but the conf max value is INT.MAX

this is wrong?it should be getLong?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)