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
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
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