HBASE-2017 Set configurable max value size check to 10MB

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@885317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2009-11-30 02:43:02 +00:00
parent 3422696044
commit bf32e51013
2 changed files with 2 additions and 1 deletions

View File

@ -211,6 +211,7 @@ Release 0.21.0 - Unreleased
Andrew Purtell) Andrew Purtell)
HBASE-1995 Add configurable max value size check (Lars George via Andrew HBASE-1995 Add configurable max value size check (Lars George via Andrew
Purtell) Purtell)
HBASE-2017 Set configurable max value size check to 10MB
NEW FEATURES NEW FEATURES
HBASE-1901 "General" partitioner for "hbase-48" bulk (behind the api, write HBASE-1901 "General" partitioner for "hbase-48" bulk (behind the api, write

View File

@ -138,7 +138,7 @@
</property> </property>
<property> <property>
<name>hbase.client.keyvalue.maxsize</name> <name>hbase.client.keyvalue.maxsize</name>
<value>-1</value> <value>10485760</value>
<description>Specifies the combined maximum allowed size of a KeyValue <description>Specifies the combined maximum allowed size of a KeyValue
instance. This is to set an upper boundary for a single entry saved in a instance. This is to set an upper boundary for a single entry saved in a
storage file. Since they cannot be split it helps avoiding that a region storage file. Since they cannot be split it helps avoiding that a region