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 9d72237 GEODE-3761 Document the deprecation of manual start of
gateway senders - updated wording per reviewer feedback.
9d72237 is described below
commit 9d722378c40fa607b634d795c88e090de046032c
Author: Dave Barnes <[email protected]>
AuthorDate: Fri Nov 17 10:08:15 2017 -0800
GEODE-3761 Document the deprecation of manual start of gateway senders -
updated wording per reviewer feedback.
---
geode-docs/reference/topics/gfe_cache_xml.html.md.erb | 2 +-
geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb | 2 +-
geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/geode-docs/reference/topics/gfe_cache_xml.html.md.erb
b/geode-docs/reference/topics/gfe_cache_xml.html.md.erb
index c404e99..6c373d7 100644
--- a/geode-docs/reference/topics/gfe_cache_xml.html.md.erb
+++ b/geode-docs/reference/topics/gfe_cache_xml.html.md.erb
@@ -294,7 +294,7 @@ When distributing region events from the local queue,
multiple dispatcher thread
</tr>
<tr class="even">
<td>manual-start</td>
-<td><b>Deprecated.</b> Boolean value that specifies whether you need to
manually start the gateway sender. If you supply a null value, the default
value of false is used, and the gateway sender attempts to start automatically.
<em>A manual start is likely to cause data loss, so manual start should never
be used.</em></td>
+<td><b>Deprecated.</b> Boolean value that specifies whether you need to
manually start the gateway sender. If you supply a null value, the default
value of false is used, and the gateway sender attempts to start automatically.
<em>A manual start is likely to cause data loss, so manual start should never
be used in a production system.</em></td>
<td>false</td>
</tr>
<tr class="odd">
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 5da8625..077cdb0 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
@@ -523,7 +523,7 @@ create gateway-sender --id=value
--remote-distributed-system-id=value
</tr>
<tr class="odd">
<td><span class="keyword parmname">\-\-manual-start</span></td>
-<td><b>Deprecated.</b> Boolean value that specifies whether you need to
manually start the gateway sender. If you supply a null value, the default
value of false is used, and the gateway sender starts automatically. <em>A
manual start is likely to cause data loss, so manual start should never be
used.</em></td>
+<td><b>Deprecated.</b> Boolean value that specifies whether you need to
manually start the gateway sender. If you supply a null value, the default
value of false is used, and the gateway sender starts automatically. <em>A
manual start is likely to cause data loss, so manual start should never be used
in a production system.</em></td>
<td>false</td>
</tr>
<tr class="even">
diff --git a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
index 6e6dbf2..7a2a9bc 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb
@@ -107,6 +107,8 @@ Start the gateway sender on a member or members.
For information on how to configure a gateway sender, see [Configure Gateway
Senders](../../../topologies_and_comm/multi_site_configuration/setting_up_a_multisite_system.html#setting_up_a_multisite_system__section_1500299A8F9A4C2385680E337F5D3DEC).
+Note: By default, gateway senders are configured to start automatically.
Manual restart introduces a risk of data loss; it is not intended for
production systems.
+
**Availability:** Online. You must be connected in `gfsh` to a JMX Manager
member to use this command.
**Syntax:**
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].