[ 
https://issues.apache.org/jira/browse/HBASE-24401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17111740#comment-17111740
 ] 

Guanghao Zhang commented on HBASE-24401:
----------------------------------------

{quote}If we set  the parameter *hbase.server.keyvalue.maxsize* to 0, expect to 
turn off the cell size check, all append operations will fail.
{quote}
Config *hbase.server.keyvalue.maxsize* to Long.MAX_VALUE means turn off the 
cell size check?

 

But I thought we should add a check fot this "*hbase.server.keyvalue.maxsize*" 
config, if less or equal to 0, throw exception to prevent RegionServer start?

> 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
>
> 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)

Reply via email to