You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "wenbang (Jira)" <ji...@apache.org> on 2020/05/20 02:33:00 UTC

[jira] [Created] (HBASE-24401) Cell size limit check on append should consider 0 or less value to disable the check

wenbang created HBASE-24401:
-------------------------------

             Summary: Cell size limit check on append should consider 0 or less value to disable the check
                 Key: HBASE-24401
                 URL: https://issues.apache.org/jira/browse/HBASE-24401
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.1.5, 1.4.10, 2.2.0, 3.0.0-alpha-1, 2.3.0
            Reporter: wenbang
            Assignee: wenbang


HBASE-22274 added a cell size check for append in HRegion, but did not consider 0 and less values.

If we set  the parameter *hbase.server.keyvalue.maxsize* to 0, expect to turn off the cell size check, all append operations will fail.

 



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