Re: data not replicated on new node

2016-11-23 Thread Malte Pickhan
Not sure if it's really related, but we experienced something similar last friday. I summarized it in the following Issue: https://issues.apache.org/jira/browse/CASSANDRA-12947 Best, Malte 2016-11-23 10:21 GMT+01:00 Oleksandr Shulgin : > On Tue, Nov 22, 2016 at

Re: data not replicated on new node

2016-11-23 Thread Oleksandr Shulgin
On Tue, Nov 22, 2016 at 5:23 PM, Bertrand Brelier < bertrand.brel...@gmail.com> wrote: > Hello Shalom. > > No I really went from 3.1.1 to 3.0.9 . > So you've just installed the 3.0.9 version and re-started with it? I wonder if it's really supported? Regards, -- Alex

Re: data not replicated on new node

2016-11-22 Thread Bertrand Brelier
Hello Shalom. No I really went from 3.1.1 to 3.0.9 . Cheers. Bertrand On Nov 22, 2016 1:57 AM, "Shalom Sagges" wrote: > > *I took that opportunity to upgrade from 3.1.1 to 3.0.9* > > If my guess is right and you meant that you upgraded from 2.1.1 to 3.0.9 > directly,

Re: data not replicated on new node

2016-11-21 Thread Shalom Sagges
*I took that opportunity to upgrade from 3.1.1 to 3.0.9* If my guess is right and you meant that you upgraded from 2.1.1 to 3.0.9 directly, then this might cause some issues (not necessarily the issue at hand though). The proper upgrade process should be to 2.1.9 and from there upgrade to 3.0.x.

Re: data not replicated on new node

2016-11-21 Thread Bertrand Brelier
Hello Shalom, Vladimir, Thanks for your help. I had initially 3 nodes, had a hardware failure and reinstalled Cassandra on the node (I took that opportunity to upgrade from 3.1.1 to 3.0.9). I ran nodetool upgradesstables and nodetool repair on each node once I updated Cassandra. The 3

Re: data not replicated on new node

2016-11-20 Thread Vladimir Yudovin
try SELECT for some undoubtedly old data with consistency ALL It's worth to turn trace on for this query. Best regards, Vladimir Yudovin, Winguzone - Hosted Cloud Cassandra Launch your cluster in minutes. On Mon, 21 Nov 2016 02:05:35 -0500Vladimir Yudovin vla...@winguzone.com

Re: data not replicated on new node

2016-11-20 Thread Vladimir Yudovin
can the node "talk" with the others? (i.e. telnet to the other nodes on port 7000). According to nodetool status all nodes are joined and UP, so they seems to be able talk one with other (though there still can be connectivity issues). Are all nodes on internal network (e.g. 10.x.x.x) in the

Re: data not replicated on new node

2016-11-20 Thread Shalom Sagges
I believe the logs should show you what the issue is. Also, can the node "talk" with the others? (i.e. telnet to the other nodes on port 7000). Shalom Sagges DBA T: +972-74-700-4035

Re: data not replicated on new node

2016-11-20 Thread Bertrand Brelier
Hello Jonathan, No, the new node is not a seed in my cluster. When I ran nodetool bootstrap resume Node is already bootstrapped. Cheers, Bertrand On Sun, Nov 20, 2016 at 1:43 PM, Jonathan Haddad wrote: > Did you add the new node as a seed? If you did, it wouldn't

Re: data not replicated on new node

2016-11-20 Thread Jonathan Haddad
Did you add the new node as a seed? If you did, it wouldn't bootstrap, and you should run repair. On Sun, Nov 20, 2016 at 10:36 AM Bertrand Brelier < bertrand.brel...@gmail.com> wrote: > Hello everybody, > > I am using a 3-node Cassandra cluster with Cassandra 3.0.10. > > I recently added a new

data not replicated on new node

2016-11-20 Thread Bertrand Brelier
Hello everybody, I am using a 3-node Cassandra cluster with Cassandra 3.0.10. I recently added a new node (to make it a 3-node cluster). I am using a replication factor of 3 , so I expected to have a copy of the same data on each node : CREATE KEYSPACE mydata WITH replication = {'class':