Re: nodetool repairs spawns many "invalid remote counter shard detected" errors on new node

2014-09-03 Thread Bram Avontuur
In this case it's a cluster in a test environment we set up while experimenting with cassandra. Bram On Wed, Sep 3, 2014 at 5:07 PM, Robert Coli wrote: > On Wed, Sep 3, 2014 at 1:36 PM, Bram Avontuur > wrote: > >> Ok, that seems right. Doesn't look too bad, but I'll keep an eye on it. >> Than

Re: nodetool repairs spawns many "invalid remote counter shard detected" errors on new node

2014-09-03 Thread Robert Coli
On Wed, Sep 3, 2014 at 1:36 PM, Bram Avontuur wrote: > Ok, that seems right. Doesn't look too bad, but I'll keep an eye on it. > Thanks. > I feel obligated to say that RF=N=2 is an unusual and probably degenerate configuration of Cassandra I have never heard of people operating before. There are

Re: nodetool repairs spawns many "invalid remote counter shard detected" errors on new node

2014-09-03 Thread Bram Avontuur
Ok, that seems right. Doesn't look too bad, but I'll keep an eye on it. Thanks. On Tue, Sep 2, 2014 at 5:43 PM, DuyHai Doan wrote: > Hello Bram > > You're probably running into this : > https://issues.apache.org/jira/browse/CASSANDRA-4417 > > It's marked as won't fix because it is related to th

[RELEASE CANDIDATE] Apache Cassandra 2.1.0-rc7 released

2014-09-03 Thread Sylvain Lebresne
The Cassandra team is pleased to announce the sixth release candidate for the future Apache Cassandra version 2.1.0. Please note that this is not yet the final 2.1.0 release and as such, it should not be considered for production use. We'd appreciate testing and let us know if you encounter any pr

Re: system.peers table was not updated

2014-09-03 Thread Tyler Hobbs
The system.* tables are not replicated, so they can (and will) have different contents on different nodes. On Wed, Sep 3, 2014 at 10:50 AM, Pavel Kogan wrote: > I tried cqlsh command on other nodes and you are right! I had no idea that > cqlsh results could be node dependent. > > Thanks, > Pa

Re: system.peers table was not updated

2014-09-03 Thread Pavel Kogan
I tried cqlsh command on other nodes and you are right! I had no idea that cqlsh results could be node dependent. Thanks, Pavel On Wed, Sep 3, 2014 at 10:54 AM, Tyler Hobbs wrote: > > On Wed, Sep 3, 2014 at 6:44 AM, Pavel Kogan > wrote: > >> Why peers table contains only 2 out of 3 nodes? >

Re: system.peers table was not updated

2014-09-03 Thread Tyler Hobbs
On Wed, Sep 3, 2014 at 6:44 AM, Pavel Kogan wrote: > Why peers table contains only 2 out of 3 nodes? system.local has information for the local node, system.peers has information for all other nodes. -- Tyler Hobbs DataStax

system.peers table was not updated

2014-09-03 Thread Pavel Kogan
We use Cassandra 2.0.8. Probably after decommissioning nodes long time ago, but I am not sure. We are not using this cluster intensively. According to Jira, this problem was fixed in 2.0.5 https://issues.apache.org/jira/browse/CASSANDRA-6053 Anyway, I truncated peers table and restarted one node