Re: Reading Commit log files

2016-11-27 Thread Kamesh
Hi All, I am able to read cdc events from key spaces like *system *and *system_schema, *but not from the one that I created. Any help on this?. Thanks & Regards Kamesh. On Wed, Nov 23, 2016 at 9:14 PM, Kamesh wrote: > Hi Carlos, > durable_writes = true. > > *cqlsh:tes

Re: Reading Commit log files

2016-11-23 Thread Kamesh
Hi Carlos, durable_writes = true. *cqlsh:test> describe test;* * CREATE KEYSPACE test WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '1'} AND durable_writes = true;* Thanks & Regards Kamesh. On Wed, Nov 23, 2016 at 9:10

Re: Reading Commit log files

2016-11-23 Thread Kamesh
space created by me). Thanks & Regards Kamesh. On Wed, Nov 23, 2016 at 5:24 PM, Carlos Alonso wrote: > Hi Kamesh. > > Flushing memtables to disk causes the corresponding commitlog segments to > be deleted. Once the data is flushed into SSTables it can be considered > durable (in c

Reading Commit log files

2016-11-23 Thread Kamesh
ic5'); INSERT INTO foo(a, b) VALUES (6, 'static6'); INSERT INTO foo(a, b) VALUES (7, 'static7'); INSERT INTO foo(a, b) VALUES (8, 'static8'); Can someone please help us. Thanks & Regards Kamesh.