You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2017/08/22 21:42:07 UTC

geode git commit: GEODE-3504: Add Experimental caveat for Redis and Auto-rebalance

Repository: geode
Updated Branches:
  refs/heads/develop c0f6c8418 -> a1ac45dee


GEODE-3504: Add Experimental caveat for Redis and Auto-rebalance


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a1ac45de
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a1ac45de
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/a1ac45de

Branch: refs/heads/develop
Commit: a1ac45dee947dd95c70200e7779275a03b492733
Parents: c0f6c84
Author: Dave Barnes <db...@pivotal.io>
Authored: Tue Aug 22 11:59:32 2017 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Tue Aug 22 14:41:48 2017 -0700

----------------------------------------------------------------------
 .../partitioned_regions/automated_rebalance.html.md.erb         | 2 ++
 .../developing/partitioned_regions/chapter_overview.html.md.erb | 5 -----
 .../partitioned_regions/rebalancing_pr_data.html.md.erb         | 5 +++++
 geode-docs/tools_modules/redis_adapter.html.md.erb              | 2 ++
 4 files changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/a1ac45de/geode-docs/developing/partitioned_regions/automated_rebalance.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/developing/partitioned_regions/automated_rebalance.html.md.erb b/geode-docs/developing/partitioned_regions/automated_rebalance.html.md.erb
index 37b7dce..5d8f65a 100644
--- a/geode-docs/developing/partitioned_regions/automated_rebalance.html.md.erb
+++ b/geode-docs/developing/partitioned_regions/automated_rebalance.html.md.erb
@@ -18,6 +18,8 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
+**Note:** This feature is experimental and is subject to change in future releases of <%=vars.product_name_long%>.
+
 Automated rebalance triggers a rebalance
 (see [Rebalancing Partitioned Region Data](rebalancing_pr_data.html))
 operation based on a

http://git-wip-us.apache.org/repos/asf/geode/blob/a1ac45de/geode-docs/developing/partitioned_regions/chapter_overview.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/developing/partitioned_regions/chapter_overview.html.md.erb b/geode-docs/developing/partitioned_regions/chapter_overview.html.md.erb
index 0d41532..583c860 100644
--- a/geode-docs/developing/partitioned_regions/chapter_overview.html.md.erb
+++ b/geode-docs/developing/partitioned_regions/chapter_overview.html.md.erb
@@ -49,11 +49,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 of Partitioned Region Data](automated_rebalance.html)**
-
-    The automated rebalance feature triggers a rebalance operation
-based on a time schedule.
-
 -   **[Checking Redundancy in 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.

http://git-wip-us.apache.org/repos/asf/geode/blob/a1ac45de/geode-docs/developing/partitioned_regions/rebalancing_pr_data.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/developing/partitioned_regions/rebalancing_pr_data.html.md.erb b/geode-docs/developing/partitioned_regions/rebalancing_pr_data.html.md.erb
index 66057a4..504eb79 100644
--- a/geode-docs/developing/partitioned_regions/rebalancing_pr_data.html.md.erb
+++ b/geode-docs/developing/partitioned_regions/rebalancing_pr_data.html.md.erb
@@ -104,3 +104,8 @@ gfsh>rebalance --simulate
 If you are using `heap_lru` for data eviction, you may notice a difference between your simulated results and your actual rebalancing results. This discrepancy can be due to the VM starting to evict entries after you execute the simulation. Then when you perform an actual rebalance operation, the operation will make different decisions based on the newer heap size.
 
 
+## Automated Rebalancing
+
+The experimental [automated rebalance feature](automated_rebalance.html) triggers a rebalance operation based on a time schedule.
+
+

http://git-wip-us.apache.org/repos/asf/geode/blob/a1ac45de/geode-docs/tools_modules/redis_adapter.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/tools_modules/redis_adapter.html.md.erb b/geode-docs/tools_modules/redis_adapter.html.md.erb
index 82f9ed5..1fb1898 100644
--- a/geode-docs/tools_modules/redis_adapter.html.md.erb
+++ b/geode-docs/tools_modules/redis_adapter.html.md.erb
@@ -19,6 +19,8 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
+**Note:** This feature is experimental and is subject to change in future releases of <%=vars.product_name_long%>.
+
 The <%=vars.product_name%> Redis adapter allows <%=vars.product_name%> to function as a drop-in replacement for a Redis data store, letting Redis applications take advantage of <%=vars.product_name%>’s scaling capabilities without changing their client code. Redis clients connect to a <%=vars.product_name%> server in the same way they connect to a Redis server, using an IP address and a port number.
 
 -   **[Using the Redis Adapter](#using-the-redis-adapter)**