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/11/07 18:06:10 UTC

[geode] branch develop updated: User Guide: Clarify gfsh create region options ‘recovery-delay’ and ‘startup-recovery-delay’

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new c98335d  User Guide: Clarify gfsh create region options ‘recovery-delay’ and ‘startup-recovery-delay’
c98335d is described below

commit c98335d6d90b71e23321ee0bdafb8738f9dc34c0
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Tue Nov 7 10:06:05 2017 -0800

    User Guide: Clarify gfsh create region options ‘recovery-delay’ and ‘startup-recovery-delay’
---
 geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
index d620866..5da8625 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
@@ -923,7 +923,7 @@ See [Region Data Storage and Distribution](../../../developing/region_options/ch
 </tr>
 <tr class="odd">
 <td><span class="keyword parmname">\-\-recovery-delay </span></td>
-<td>Delay in milliseconds that existing members will wait before satisfying redundancy after another member crashes. The default (value of -1) indicates that redundancy will not be recovered after a a failure.</td>
+<td>Delay in milliseconds that existing members will wait after a member crashes before restoring this region's redundancy on the remaining members. The default value (-1) indicates that redundancy will not be recovered after a failure.</td>
 <td> </td>
 </tr>
 <tr class="even">
@@ -933,7 +933,7 @@ See [Region Data Storage and Distribution](../../../developing/region_options/ch
 </tr>
 <tr class="odd">
 <td><span class="keyword parmname">\-\-startup-recovery-delay </span></td>
-<td>Delay in milliseconds that new members will wait before satisfying redundancy. -1 indicates that adding new members will not trigger redundancy recovery.</td>
+<td>Delay in milliseconds that new members will wait before assuming their share of cluster-level redundancy. This allows time for multiple regions to start before the redundancy workload is parceled out to the new members. A value of -1 indicates that adding new members will not trigger redundancy recovery.</td>
 <td>The default is to recover redundancy immediately when a new member is added.</td>
 </tr>
 <tr class="even">

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].