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 2018/03/28 20:49:57 UTC

[geode] branch develop updated: docs: Explicitly state that regions must be co-located if using same parallel gateway-sender-id

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 7468915  docs: Explicitly state that regions must be co-located if using same parallel gateway-sender-id
7468915 is described below

commit 74689158571212069d6744f7e4177e3d92f1acdd
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Tue Mar 27 16:57:46 2018 -0700

    docs: Explicitly state that regions must be co-located if using same parallel gateway-sender-id
---
 .../setting_up_a_multisite_system.html.md.erb                        | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/geode-docs/topologies_and_comm/multi_site_configuration/setting_up_a_multisite_system.html.md.erb b/geode-docs/topologies_and_comm/multi_site_configuration/setting_up_a_multisite_system.html.md.erb
index 174a136..c208d9b 100644
--- a/geode-docs/topologies_and_comm/multi_site_configuration/setting_up_a_multisite_system.html.md.erb
+++ b/geode-docs/topologies_and_comm/multi_site_configuration/setting_up_a_multisite_system.html.md.erb
@@ -64,7 +64,7 @@ To configure a gateway sender that uses gfsh to create the cache.xml configurati
 See [WAN Configuration](../../reference/topics/elements_ref.html#topic_7B1CABCAD056499AA57AF3CFDBF8ABE3) for more information about individual configuration properties.
 
 1.  For each <%=vars.product_name%> system, choose the members that will host a gateway sender configuration and distribute region events to remote sites:
-    -   You must deploy a parallel gateway sender configuration on each <%=vars.product_name%> member that hosts a region that uses the sender.
+    -   You must deploy a parallel gateway sender configuration on each <%=vars.product_name%> member that hosts a region that uses the sender. Regions using the same parallel gateway sender ID must be colocated.
     -   You may choose to deploy a serial gateway sender configuration on one or more <%=vars.product_name%> members in order to provide high availability. However, only one instance of a given serial gateway sender configuration distributes region events at any given time.
 
 2.  Configure each gateway sender on a <%=vars.product_name%> member using gfsh, `cache.xml` or Java API:
@@ -205,6 +205,9 @@ Replicated regions cannot use a parallel gateway sender. Use a serial gateway se
 **Note:**
 In addition to configuring regions with gateway senders to distribute events, you must configure the same regions in the target clusters to apply the distributed events. The region name in the receiving cluster must exactly match the region name in the sending cluster.
 
+**Note**
+Regions using the same parallel gateway sender ID must be colocated.
+
 ## <a id="setting_up_a_multisite_system__section_E3A44F85359046C7ADD12861D261637B" class="no-quick-link"></a>Configure Gateway Receivers
 
 Always configure a gateway receiver in each <%=vars.product_name%> cluster that will receive and apply region events from another cluster.

-- 
To stop receiving notification emails like this one, please contact
dbarnes@apache.org.