Re: Fail to add a node to a cluster - Unknown keyspace system_traces

2015-05-26 Thread Robert Coli
On Tue, May 19, 2015 at 5:59 AM, Tzach Livyatan wrote: > My guess is system_traces initialization complete only after any data > insertion. > Before it does, any attempt to read from it either from nodetool, cqlsh > or streaming to a new node will fail. > I would : 1) Check for this issue in i

Re: Fail to add a node to a cluster - Unknown keyspace system_traces

2015-05-19 Thread Tzach Livyatan
More finding on the problem: 1. the problem present itself when using nodetool status $ nodetool status error: Unknown keyspace system_traces -- StackTrace -- java.lang.AssertionError: Unknown keyspace system_traces at org.apache.cassandra.db.Keyspace.(Keyspace.java:270) at org.apache.cassandra.db

Fail to add a node to a cluster - Unknown keyspace system_traces

2015-05-18 Thread Tzach Livyatan
I have a dev cluster of two Cassandra 2.12 servers on EC2 When adding a new server, I get a "Streaming error occurred java.lang.AssertionError: Unknown keyspace system_traces" exception on the cluster (not the new) server (full log below). Indeed, when I cqlsh to the cluster server, I see the foll