Re: Data sync between 2 clusters in single DC

2017-10-30 Thread suraj pasuparthy
Yes, should be possible .. u will need to set ur keyspaces accordingly to
create replicas on each cass cluster ..

Thanks
Suraj

On Mon, Oct 30, 2017 at 1:11 PM Rahul Neelakantan  wrote:

> Why wouldnt you set it up as a single cluster that spans 2 DCs?
>
> On Mon, Oct 30, 2017 at 4:09 PM, Vincent Lee  wrote:
>
>> For high availability in a single DC region, I would like to install one
>> Cassandra cluster on one AZ and a second cluster on a different AZ.
>> The data between them needs to be synchronized. Is this possible?
>>
>> Note that this is for a single DC (region).
>> Currently I am using GossipingPropertyFileSnitch.
>>
>> I look forward for your input.
>>
>
> --
Suraj Pasuparthy


Re: Data sync between 2 clusters in single DC

2017-10-30 Thread Rahul Neelakantan
Why wouldnt you set it up as a single cluster that spans 2 DCs?

On Mon, Oct 30, 2017 at 4:09 PM, Vincent Lee  wrote:

> For high availability in a single DC region, I would like to install one
> Cassandra cluster on one AZ and a second cluster on a different AZ.
> The data between them needs to be synchronized. Is this possible?
>
> Note that this is for a single DC (region).
> Currently I am using GossipingPropertyFileSnitch.
>
> I look forward for your input.
>


Data sync between 2 clusters in single DC

2017-10-30 Thread Vincent Lee
For high availability in a single DC region, I would like to install one
Cassandra cluster on one AZ and a second cluster on a different AZ.
The data between them needs to be synchronized. Is this possible?

Note that this is for a single DC (region).
Currently I am using GossipingPropertyFileSnitch.

I look forward for your input.