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 2010/10/19 06:57:24 UTC

svn commit: r1024110 - /hbase/trunk/src/docbkx/book.xml

Author: stack
Date: Tue Oct 19 04:57:24 2010
New Revision: 1024110

URL: http://svn.apache.org/viewvc?rev=1024110&view=rev
Log:
Some doc on how splitting works from the doc attached to hbase-1744

Modified:
    hbase/trunk/src/docbkx/book.xml

Modified: hbase/trunk/src/docbkx/book.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/book.xml?rev=1024110&r1=1024109&r2=1024110&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/book.xml (original)
+++ hbase/trunk/src/docbkx/book.xml Tue Oct 19 04:57:24 2010
@@ -68,10 +68,6 @@
 
     <para>This chapter is all about Regions.</para>
 
-    <note>
-      <para>TODO: Review all of the below to ensure it matches what was
-      committed -- St.Ack 20100901</para>
-    </note>
 
     <section>
       <title>Region Size</title>
@@ -118,6 +114,10 @@
 
     <section>
       <title>Region Transitions</title>
+    <note>
+      <para>TODO: Review all of the below to ensure it matches what was
+      committed -- St.Ack 20100901</para>
+    </note>
 
       <para>Regions only transition in a limited set of circumstances.</para>
 
@@ -674,6 +674,15 @@
           </itemizedlist>
         </section>
       </section>
+      <section>
+      <title>Region Splits</title>
+      <para>Splits run unaided on the RegionServer; i.e. the Master does not
+      participate. The RegionServer splits
+      a region, offlines the split region and then adds the daughter regions
+      to META, opens daughters on the parent's hosting RegionServer and then
+      reports the split to the master.
+      </para>
+      </section>
     </section>
   </chapter>