You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Guanghao Zhang (Jira)" <ji...@apache.org> on 2020/05/25 05:40:01 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-24401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guanghao Zhang resolved HBASE-24401.
------------------------------------
    Fix Version/s: 2.2.6
                   2.3.0
                   3.0.0-alpha-1
       Resolution: Fixed

Pushed to branch-2.2+. Thanks [~wenbang] for contributing.

> 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: 3.0.0-alpha-1, 2.2.0, 1.4.10, 2.3.0, 2.1.5
>            Reporter: wenbang
>            Assignee: wenbang
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.3.0, 2.2.6
>
>
> 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)