You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geode.apache.org by Avital Amity <Av...@Amdocs.com> on 2017/01/22 19:38:39 UTC

HA when using CQ query

Hi,

When using subscription (subscription-enabled="true") and would like to have HA of the data
Is the regular configuration in server side for the relevant region enough (redundant-copies="1") or any configuration also needed on client side (subscription-redundancy="1")


What is the difference between redundant-copies in server side and subscription-redundancy in client side?

Thanks
Avital

This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,

you may review at http://www.amdocs.com/email_disclaimer.asp

Re: HA when using CQ query

Posted by Anthony Baker <ab...@pivotal.io>.
When you want to configure the redundancy for data in a partitioned region, you set redundant-copies.  This let’s you have 0, 1, 2, 3, … copies of data on the geode servers based on your performance and HA goals.

When you want to configure the redundancy for sending events to clients, you set subscription-redundancy.  This let’s you replicate the subscription queue on multiple servers so if the primary fails, the clients can be moved to a backup queue without interruption.


Anthony

> On Jan 22, 2017, at 11:38 AM, Avital Amity <Av...@Amdocs.com> wrote:
> 
> 
> When using subscription (subscription-enabled="true") and would like to have HA of the data
> Is the regular configuration in server side for the relevant region enough (redundant-copies="1") or any configuration also needed on client side (subscription-redundancy=”1”)
>