You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2009/10/13 20:03:24 UTC

svn commit: r824864 - in /hadoop/hbase/trunk: CHANGES.txt conf/hbase-default.xml

Author: stack
Date: Tue Oct 13 18:03:23 2009
New Revision: 824864

URL: http://svn.apache.org/viewvc?rev=824864&view=rev
Log:
HBASE-1905 Remove unused config. hbase.hstore.blockCache.blockSize

Modified:
    hadoop/hbase/trunk/CHANGES.txt
    hadoop/hbase/trunk/conf/hbase-default.xml

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=824864&r1=824863&r2=824864&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Tue Oct 13 18:03:23 2009
@@ -64,6 +64,7 @@
    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

Modified: hadoop/hbase/trunk/conf/hbase-default.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/conf/hbase-default.xml?rev=824864&r1=824863&r2=824864&view=diff
==============================================================================
--- hadoop/hbase/trunk/conf/hbase-default.xml (original)
+++ hadoop/hbase/trunk/conf/hbase-default.xml Tue Oct 13 18:03:23 2009
@@ -385,15 +385,6 @@
       </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>
     <description>The hashing algorithm for use in HashFunction. Two values are