Re: Adding New Nodes/Data Center to an existing Cluster.

2015-08-31 Thread Neha Trivedi
Hi, Can you specify which version of Cassandra you are using? Can you provide the Error Stack ? regards Neha On Tue, Sep 1, 2015 at 2:56 AM, Sebastian Estevez < sebastian.este...@datastax.com> wrote: > or https://issues.apache.org/jira/browse/CASSANDRA-8611 perhaps > > All the best, > > > [image

Rebuild new DC nodes against new DC?

2015-08-31 Thread Bryan Cheng
Hi list, We're bringing up a second DC, and following the procedure outlined here: http://docs.datastax.com/en/cassandra/2.1/cassandra/operations/ops_add_dc_to_cluster_t.html We have three nodes in the new DC that are members of the cluster and indicate that they are running normally. We have beg

Re: Network / GC / Latency spike

2015-08-31 Thread Fabien Rousseau
Hi Alain, Could it be wide rows + read repair ? (Let's suppose the "read repair" repairs the full row, and it may not be subject to stream throughput limit) Best Regards Fabien 2015-08-31 15:56 GMT+02:00 Alain RODRIGUEZ : > I just realised that I have no idea about how this mailing list handle

future very wide row support

2015-08-31 Thread Dan Kinder
Hi, My understanding is that wide row support (i.e. many columns/CQL-rows/cells per partition key) has gotten much better in the past few years; even though the theoretical of 2 billion has been much higher than practical for a long time, it seems like now Cassandra is able to handle these better

Re: Adding New Nodes/Data Center to an existing Cluster.

2015-08-31 Thread Sebastian Estevez
or https://issues.apache.org/jira/browse/CASSANDRA-8611 perhaps All the best, [image: datastax_logo.png] Sebastián Estévez Solutions Architect | 954 905 8615 | sebastian.este...@datastax.com [image: linkedin.png] [image: f

Re: Adding New Nodes/Data Center to an existing Cluster.

2015-08-31 Thread Eric Evans
On Mon, Aug 31, 2015 at 1:32 PM, Sachin Nikam wrote: > When we add 3 more nodes in Data Center B, the repair tool starts syncing > the data between 2 data centers and then gives up after ~2 days. > > Has anybody run in to similar issue before? If so what is the solution? > https://issues.apache.

Adding New Nodes/Data Center to an existing Cluster.

2015-08-31 Thread Sachin Nikam
Here is the situation. We have 3 nodes in Data Center A with Replication Factor of 2. We want to add 3 more nodes in Data Center B with Replication Factor of 2. Each node in Data Center A has about 150GB of data. When we add 3 more nodes in Data Center B, the repair tool starts syncing the data be

test email please ignore

2015-08-31 Thread Ahamed, Aadil
test

RE: Cassandra 2.2 for time series

2015-08-31 Thread Pål Andreassen
Cassandra 2.2 has min and max built-in. My problem is getting the corresponding sample time as well. Pål Andreassen 54°23'58"S 3°18'53"E Konsulent Mobil +47 982 85 504 pal.andreas...@bouvet.no Bouvet Norge AS Avdeling Grenland Uniongata 18, Klosterøya N-3732 Skie

Cassandra 2.2 for time series

2015-08-31 Thread Pål Andreassen
Hi I'm currently evaluating Cassandra as a potiantial database for storing time series data from lots of devices (IoT type of scenario). Currently we have a few thousand devices with X channels (measurements) that they report at different intervals (from 5 minutes and up). I've created as simpl