Re: Keyspaces missing after restarting cassandra service

2015-11-02 Thread Robert Coli
On Mon, Nov 2, 2015 at 1:37 PM, Arun Sandu wrote: > After restarting the cassandra, all of my keyspaces got missing. I can > only see system_traces, system, dse_system. I didn't make any changes to > cassandra.yaml. > > But, I can see all the keyspaces data in my */data/ *directory. Is there > an

Keyspaces missing after restarting cassandra service

2015-11-02 Thread Arun Sandu
Hello, After restarting the cassandra, all of my keyspaces got missing. I can only see system_traces, system, dse_system. I didn't make any changes to cassandra.yaml. But, I can see all the keyspaces data in my */data/ *directory. Is there anyway to access those lost keyspaces through cqlsh? Can