HBASE-14838 Add clarification docs to SimpleRegionNormalizer.

Signed-off-by: Sean Busbey <busbey@cloudera.com>
This commit is contained in:
Josh Elser 2015-12-07 12:51:44 -05:00 committed by Sean Busbey
parent 60d33ce341
commit ca7a82fb57
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ import java.util.List;
* to merge, if R1 + R1 &lt; S, and normalization stops
* <li> Otherwise, no action is performed
* </ol>
* <p>
* Region sizes are coarse and approximate on the order of megabytes. Additionally,
* "empty" regions (less than 1MB, with the previous note) are not merged away. This
* is by design to prevent normalization from undoing the pre-splitting of a table.
*/
@InterfaceAudience.Private
public class SimpleRegionNormalizer implements RegionNormalizer {