Add empty sections as placeholders for automated rebalance documentation. [#120394673]
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6b8d375a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6b8d375a Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/6b8d375a Branch: refs/staging/docs-grant1 Commit: 6b8d375a62de178a7815cf234d20f58169b7c33b Parents: 21cdeff Author: Karen Miller <[email protected]> Authored: Wed Sep 28 17:12:38 2016 -0700 Committer: Karen Miller <[email protected]> Committed: Wed Sep 28 17:12:38 2016 -0700 ---------------------------------------------------------------------- developing/partitioned_regions/automated_rebalance.html.md.erb | 6 ++++++ developing/partitioned_regions/chapter_overview.html.md.erb | 4 ++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6b8d375a/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 new file mode 100644 index 0000000..d134b8c --- /dev/null +++ b/developing/partitioned_regions/automated_rebalance.html.md.erb @@ -0,0 +1,6 @@ +--- +title: Automated Rebalancing +--- + +What it is and how it works. + http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6b8d375a/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 56e65e1..26579c2 100644 --- a/developing/partitioned_regions/chapter_overview.html.md.erb +++ b/developing/partitioned_regions/chapter_overview.html.md.erb @@ -32,6 +32,10 @@ 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.
