HBASE-1905 Remove unused config. hbase.hstore.blockCache.blockSize
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@824864 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e0bf4fb231
commit
2929b1bd38
|
@ -64,6 +64,7 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-1890 hbase-1506 where assignment is done at regionserver doesn't
|
||||
work
|
||||
HBASE-1889 ClassNotFoundException on trunk for REST
|
||||
HBASE-1905 Remove unused config. hbase.hstore.blockCache.blockSize
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-1760 Cleanup TODOs in HTable
|
||||
|
|
|
@ -384,15 +384,6 @@
|
|||
Set to 0 to disable.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.hstore.blockCache.blockSize</name>
|
||||
<value>16384</value>
|
||||
<description>The size of each block in the block cache.
|
||||
Enable blockcaching on a per column family basis; see the BLOCKCACHE setting
|
||||
in HColumnDescriptor. Blocks are kept in a java Soft Reference cache so are
|
||||
let go when high pressure on memory. Block caching is not enabled by default.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.hash.type</name>
|
||||
<value>murmur</value>
|
||||
|
|
Loading…
Reference in New Issue