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 ff9b3be5e3 GEODE-10215: Document warning for parallel gws (#7623)
ff9b3be5e3 is described below

commit ff9b3be5e3a11ac227856065f1a602b2c72a5229
Author: Jakov Varenina <[email protected]>
AuthorDate: Wed May 4 16:58:46 2022 +0200

    GEODE-10215: Document warning for parallel gws (#7623)
---
 geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb 
b/geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb
index 194581c4e0..882b65a59e 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb
@@ -200,6 +200,8 @@ similar to:
 ``` pre
 gfsh>alter region --name=regionA --gateway-sender-id=""
 ```
+**Note:** Do not reuse the removed parallel gateway-sender in the new region 
unless that region
+is colocated with the previously attached region, as that will lead to data 
replication issues.
 
 **Availability:** Online. You must be connected in `gfsh` to a JMX Manager 
member to use this command.
 

Reply via email to