Revert "Add empty sections as placeholders for automated rebalance"
This reverts commit 6b8d375a62de178a7815cf234d20f58169b7c33b. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2eabdb2d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2eabdb2d Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/2eabdb2d Branch: refs/heads/staging/docs-grant1 Commit: 2eabdb2d7d3a04b2f96adcd714cb000a2d41a399 Parents: 2f1e5f5 Author: Karen Miller <[email protected]> Authored: Thu Sep 29 10:31:27 2016 -0700 Committer: Karen Miller <[email protected]> Committed: Thu Sep 29 10:31:27 2016 -0700 ---------------------------------------------------------------------- developing/partitioned_regions/automated_rebalance.html.md.erb | 6 ------ developing/partitioned_regions/chapter_overview.html.md.erb | 4 ---- 2 files changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2eabdb2d/developing/partitioned_regions/automated_rebalance.html.md.erb ---------------------------------------------------------------------- diff --git a/developing/partitioned_regions/automated_rebalance.html.md.erb b/developing/partitioned_regions/automated_rebalance.html.md.erb deleted file mode 100644 index d134b8c..0000000 --- a/developing/partitioned_regions/automated_rebalance.html.md.erb +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Automated Rebalancing ---- - -What it is and how it works. - http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2eabdb2d/developing/partitioned_regions/chapter_overview.html.md.erb ---------------------------------------------------------------------- diff --git a/developing/partitioned_regions/chapter_overview.html.md.erb b/developing/partitioned_regions/chapter_overview.html.md.erb index 26579c2..56e65e1 100644 --- a/developing/partitioned_regions/chapter_overview.html.md.erb +++ b/developing/partitioned_regions/chapter_overview.html.md.erb @@ -32,10 +32,6 @@ In addition to basic region management, partitioned regions include options for In a distributed system with minimal contention to the concurrent threads reading or updating from the members, you can use rebalancing to dynamically increase or decrease your data and processing capacity. -- **[Automated Rebalancing](../../developing/partitioned_regions/automated_rebalance.html)** - - Short description of automated rebalancing. - - **[Checking Redundancy in Partitioned Regions](../../developing/partitioned_regions/checking_region_redundancy.html)** Under some circumstances, it can be important to verify that your partitioned region data is redundant and that upon member restart, redundancy has been recovered properly across partitioned region members.
