You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jd...@apache.org on 2009/02/08 19:44:59 UTC

svn commit: r742138 - in /hadoop/hbase/branches/0.19: CHANGES.txt conf/hbase-default.xml

Author: jdcryans
Date: Sun Feb  8 18:44:59 2009
New Revision: 742138

URL: http://svn.apache.org/viewvc?rev=742138&view=rev
Log:
HBASE-1187  After disabling/enabling a table, the regions seems to
            be assigned to only 1-2 region servers

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

Modified: hadoop/hbase/branches/0.19/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.19/CHANGES.txt?rev=742138&r1=742137&r2=742138&view=diff
==============================================================================
--- hadoop/hbase/branches/0.19/CHANGES.txt (original)
+++ hadoop/hbase/branches/0.19/CHANGES.txt Sun Feb  8 18:44:59 2009
@@ -16,6 +16,8 @@
                (Toby White via Andrew Purtell)
    HBASE-1180  Add missing import statements to SampleUploader and remove
                unnecessary @Overrides (Ryan Smith via Andrew Purtell)
+   HBASE-1187  After disabling/enabling a table, the regions seems to 
+               be assigned to only 1-2 region servers
 
 Release 0.19.0
   INCOMPATIBLE CHANGES

Modified: hadoop/hbase/branches/0.19/conf/hbase-default.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.19/conf/hbase-default.xml?rev=742138&r1=742137&r2=742138&view=diff
==============================================================================
--- hadoop/hbase/branches/0.19/conf/hbase-default.xml (original)
+++ hadoop/hbase/branches/0.19/conf/hbase-default.xml Sun Feb  8 18:44:59 2009
@@ -226,6 +226,13 @@
     </description>
   </property>
   <property>
+    <name>hbase.regions.percheckin</name>
+    <value>10</value>
+    <description>Maximum number of regions that can be assigned in a single go
+    to a region server.
+    </description>
+  </property>
+  <property>
     <name>hbase.server.thread.wakefrequency</name>
     <value>10000</value>
     <description>Time to sleep in between searches for work (in milliseconds).