Re: Data sync between 2 clusters in single DC

2017-10-30 Thread suraj pasuparthy
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: Guaranteed order for syncing Records

2017-07-06 Thread suraj pasuparthy
cation issues between > Datacenters. > > > Thanks > Pranay. > > On Thu, Jul 6, 2017 at 2:01 AM, suraj pasuparthy < > suraj.pasupar...@gmail.com> wrote: > >> Hello Experts, >> I had a question >> >> We have a multi DC cluster for cassandra and wanted

Guaranteed order for syncing Records

2017-07-06 Thread suraj pasuparthy
cassandra ensure that first Record A is synced to Table A in Datacenter 2 and then the Record B syncs to table B ? Is there a possibility of "out of order " syncs between datacenters ? -- Suraj Pasuparthy

Re: Replication issue with Multi DC setup in cassandra

2017-05-16 Thread suraj pasuparthy
from replicating :(.. not sure why this does not work Thanks Suraj On Tue, May 16, 2017 at 3:06 PM Nitan Kainth <ni...@bamlabs.com> wrote: > check for datafiles on filesystem in both DCs. > > On May 16, 2017, at 4:42 PM, suraj pasuparthy <suraj.pasupar...@gmail.com> >

Re: Replication issue with Multi DC setup in cassandra

2017-05-16 Thread suraj pasuparthy
late because it is DDL but inserts shouldn’t populate, > ideally. > > On May 16, 2017, at 3:19 PM, suraj pasuparthy <suraj.pasupar...@gmail.com> > wrote: > > elp me fig > > > -- Suraj Pasuparthy cisco systems Software Engineer San Jose CA

Replication issue with Multi DC setup in cassandra

2017-05-16 Thread suraj pasuparthy
Hello, I am tying to find a way to PREVENT just one of my keyspaces to not sync to the other datacenter. I have 2 datacenters setup this way : Datacenter: DC:4.4.4.4 == Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns

Re: Decommissioned node cluster shows as down

2017-05-16 Thread suraj pasuparthy
Yes, you have to run a nodetool removenode to decomission completely.. this will also allow another node with the same ip different HashId to join the cluster.. Thanks -suraj On Tue, May 16, 2017 at 9:01 AM Mark Furlong wrote: > > > > > > > > > > > > > > > > > I have a

Help with cassandra triggers

2017-01-17 Thread suraj pasuparthy
Hello We have a usecase where we need to support triggers with multiple datacenters. The use case is we need is 1) Data is written into DC1. 2) The Sync configured will sync the data to DC2 3) when the data is written into DC2, we need a trigger to fire on DC2. I have tested the triggers for a