Re: 3.0.8 AssertionError

2017-01-24 Thread sfesc...@gmail.com
I've traced this down to attempting to prepend to a list field. I was able to workaround the issue by appending (and then sorting on query). Prepending seems to build a timeuuid to manage the change, and it's that step that produces the assertionerror (sometimes). On Thu, Jan 19, 2017 at 10:56 AM

Re: Frozen type support

2017-01-24 Thread Tyler Hobbs
There are no plans to remove support for frozen types. I don't expect that would ever happen. On Tue, Jan 24, 2017 at 9:38 AM, Ahmed Eljami wrote: > Hi, > > ​I would like to know if the Frozen type will no longer be supported​ in > the future versions of Cassandra ? > >

Re: [Multi DC] Old Data Not syncing from Existing cluster to new Cluster

2017-01-24 Thread Benjamin Roth
Have you also altered RF of system_distributed as stated in the tutorial? 2017-01-24 16:45 GMT+01:00 Abhishek Kumar Maheshwari < abhishek.maheshw...@timesinternet.in>: > My Mistake, > > > > Both clusters are up and running. > > > > Datacenter: DRPOCcluster > > > >

RE: [Multi DC] Old Data Not syncing from Existing cluster to new Cluster

2017-01-24 Thread Abhishek Kumar Maheshwari
My Mistake, Both clusters are up and running. Datacenter: DRPOCcluster Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- AddressLoad Tokens OwnsHost ID Rack UN 172.29.XX.XX 1.65 GB 256 ?

Re: [Multi DC] Old Data Not syncing from Existing cluster to new Cluster

2017-01-24 Thread Benjamin Roth
I am not an expert in bootstrapping new DCs but shouldn't the OLD nodes appear as UP to be used as a streaming source in rebuild? 2017-01-24 16:32 GMT+01:00 Abhishek Kumar Maheshwari < abhishek.maheshw...@timesinternet.in>: > Yes, I take all steps. While I am inserting new data is replicating on

Frozen type support

2017-01-24 Thread Ahmed Eljami
Hi, ​I would like to know if the Frozen type will no longer be supported​ in the future versions of Cassandra ? Thx. Ahmed

RE: [Multi DC] Old Data Not syncing from Existing cluster to new Cluster

2017-01-24 Thread Abhishek Kumar Maheshwari
Yes, I take all steps. While I am inserting new data is replicating on both DC. But only old data is not replication in new cluster. Thanks & Regards, Abhishek Kumar Maheshwari +91- 805591 (Mobile) Times Internet Ltd. | A Times of India Group Company FC - 6, Sector 16A, Film City, Noida,

Re: [Multi DC] Old Data Not syncing from Existing cluster to new Cluster

2017-01-24 Thread Benjamin Roth
There is much more to it than just changing the RF in the keyspace! See here: https://docs.datastax.com/en/cassandra/3.0/cassandra/operations/opsAddDCToCluster.html 2017-01-24 16:18 GMT+01:00 Abhishek Kumar Maheshwari < abhishek.maheshw...@timesinternet.in>: > Hi All, > > > > I have Cassandra

[Multi DC] Old Data Not syncing from Existing cluster to new Cluster

2017-01-24 Thread Abhishek Kumar Maheshwari
Hi All, I have Cassandra stack with 2 Dc Datacenter: DRPOCcluster Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- AddressLoad Tokens OwnsHost ID Rack UN 172.29.xx.xxx 256 MB 256 ?

Re: Adding multiple nodes to a Cassandra cluster

2017-01-24 Thread Jean Carlo
I think it is wise to add them one by one. taking in account that the cluster must re arrange the tokens among the replicas. Saludos Jean Carlo "The best way to predict the future is to invent it" Alan Kay On Tue, Jan 24, 2017 at 12:00 PM, Andreas Fritzler < andreas.fritz...@gmail.com> wrote:

Adding multiple nodes to a Cassandra cluster

2017-01-24 Thread Andreas Fritzler
Hi, what is the best way to add multiple nodes to an existing Cassandra cluster. The cluster runs in 1 DC. I found this guide on the datastax website [1]. Are there any other best practices I should consider? Regards, Andreas [1]