Some doc on how splitting works from the doc attached to hbase-1744

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-10-19 04:57:24 +00:00
parent 1b5666c84b
commit 98dc0f7b8a
1 changed files with 13 additions and 4 deletions

View File

@ -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>