HBASE-14838 Add clarification docs to SimpleRegionNormalizer.
Signed-off-by: Sean Busbey <busbey@cloudera.com>
This commit is contained in:
parent
bf7c36fcca
commit
00805b399f
|
@ -45,6 +45,10 @@ import java.util.List;
|
||||||
* to merge, if R1 + R1 < S, and normalization stops
|
* to merge, if R1 + R1 < S, and normalization stops
|
||||||
* <li> Otherwise, no action is performed
|
* <li> Otherwise, no action is performed
|
||||||
* </ol>
|
* </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
|
@InterfaceAudience.Private
|
||||||
public class SimpleRegionNormalizer implements RegionNormalizer {
|
public class SimpleRegionNormalizer implements RegionNormalizer {
|
||||||
|
|
Loading…
Reference in New Issue