Re: Cassandra data sync time

2022-09-26 Thread Kaushal Shriyan
> connectivity issues. > Hi Bowen, Thanks for the quick response. I was referring to streaming all the existing data to the new DC(DC2). We have > On 23/09/2022 15:58, Kaushal Shriyan wrote: > > Hi, > > Is there a way to measure cassandra nodes data sync time between DC

Cassandra data sync time

2022-09-23 Thread Kaushal Shriyan
Hi, Is there a way to measure cassandra nodes data sync time between DC1 and DC2? Currently DC1 is the prod datacenter. I am adding DC2 to the new data center by referring to https://docs.apigee.com/private-cloud/v4.51.00/adding-data-center?hl=en. https://docs.apigee.com/release/supported-softwar

Cassandra is always CP or AP in terms of CAP theorem

2017-06-19 Thread Kaushal Shriyan
Hi, I am reading the CAP theorem and Cassandra either satisfies CP or AP. I am not sure how do we take care of Availability property or Consistency property. Any examples to understand it better. Please help me understand if i am completely wrong? Thanks in Advance. Regards, Kaushal

Re: EC2snitch in AWS

2015-05-29 Thread Kaushal Shriyan
talling cassandra 2.0.xx on AWS: > https://gist.github.com/aliakhtar/3649e412787034156cbb > > On Wed, May 27, 2015 at 9:31 PM, Kaushal Shriyan > wrote: > >> Hi, >> >> Can somebody please share me details about setting up of EC2snitch in AWS >> single region

EC2snitch in AWS

2015-05-27 Thread Kaushal Shriyan
Hi, Can somebody please share me details about setting up of EC2snitch in AWS single region which has availability zone 1a and 1b? I am using Cassandra version 1.2.19 in the setup. I would appreciate your help. Regards, Kaushal

Re: cqlsh ValueError: Don't know how to parse type string

2015-05-19 Thread Kaushal Shriyan
Hi DuyHai Doan, I am looking forward for your reply and please do let me know if you need any other additional information. Regards, Kaushal On Tue, May 19, 2015 at 2:36 PM, Kaushal Shriyan wrote: > Hi DuyHai Doan, > > Please find the below details > > /opt/test4/share/apach

Re: cqlsh ValueError: Don't know how to parse type string

2015-05-19 Thread Kaushal Shriyan
:22 PM, DuyHai Doan wrote: > Hello Kaushal > > Humm your schema is using the ancient DynamicCompositeType. Can you just > send a describe of the table in cassandra-cli ? > > On Tue, May 19, 2015 at 9:44 AM, Kaushal Shriyan > wrote: > >> Hi, >> >> I am r

cqlsh ValueError: Don't know how to parse type string

2015-05-19 Thread Kaushal Shriyan
Hi, I am running cassandra version 1.2.19 and cqlsh version 3.1.8 in my setup cqlsh:apprepo> select * from test_proxy_revisions_r21 limit 10 ; Traceback (most recent call last): File "./cqlsh", line 1039, in perform_statement_untraced self.cursor.execute(statement, decoder=decoder) File "