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:
parent
1b5666c84b
commit
98dc0f7b8a
|
@ -68,10 +68,6 @@
|
||||||
|
|
||||||
<para>This chapter is all about Regions.</para>
|
<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>
|
<section>
|
||||||
<title>Region Size</title>
|
<title>Region Size</title>
|
||||||
|
@ -118,6 +114,10 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Region Transitions</title>
|
<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>
|
<para>Regions only transition in a limited set of circumstances.</para>
|
||||||
|
|
||||||
|
@ -674,6 +674,15 @@
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
</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>
|
</section>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue