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:
parent
3422696044
commit
bf32e51013
|
@ -211,6 +211,7 @@ Release 0.21.0 - Unreleased
|
|||
Andrew Purtell)
|
||||
HBASE-1995 Add configurable max value size check (Lars George via Andrew
|
||||
Purtell)
|
||||
HBASE-2017 Set configurable max value size check to 10MB
|
||||
|
||||
NEW FEATURES
|
||||
HBASE-1901 "General" partitioner for "hbase-48" bulk (behind the api, write
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
</property>
|
||||
<property>
|
||||
<name>hbase.client.keyvalue.maxsize</name>
|
||||
<value>-1</value>
|
||||
<value>10485760</value>
|
||||
<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
|
||||
storage file. Since they cannot be split it helps avoiding that a region
|
||||
|
|
Loading…
Reference in New Issue