Skip to content

Commit

Permalink
GEODE-3504: Add Experimental caveat for Redis and Auto-rebalance
Browse files Browse the repository at this point in the history
  • Loading branch information
davebarnes97 committed Aug 22, 2017
1 parent c0f6c84 commit a1ac45d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.


2 changes: 2 additions & 0 deletions geode-docs/tools_modules/redis_adapter.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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)**
Expand Down

0 comments on commit a1ac45d

Please sign in to comment.