Re: Reading Commit log files

2016-11-27 Thread Kamesh
ll. >>> >>> Try without flushing and see if you can see your operations there. >>> >>> Regards >>> >>> On Wed, 23 Nov 2016 at 11:04 Kamesh wrote: >>> >>> Hi All, >>> I am trying to read cassandra commit log files, but

Re: Reading Commit log files

2016-11-23 Thread Kamesh
tions there. >> >> Regards >> >> On Wed, 23 Nov 2016 at 11:04 Kamesh wrote: >> >> Hi All, >> I am trying to read cassandra commit log files, but unable to do it. I >> am experimenting this with 1 node cluster(laptop) >> >> Cassandra Version : *3

Re: Reading Commit log files

2016-11-23 Thread Carlos Alonso
unable to do it. I am > experimenting this with 1 node cluster(laptop) > > Cassandra Version : *3.8* > Updated cassadra.yaml with *cdc_enabled: true* > > After executing the below statments and flushing memtables, tried reading > commit log files, but there are

Re: Reading Commit log files

2016-11-23 Thread Kamesh
ll, >> I am trying to read cassandra commit log files, but unable to do it. I >> am experimenting this with 1 node cluster(laptop) >> >> Cassandra Version : *3.8* >> Updated cassadra.yaml with *cdc_enabled: true* >> >> After executing the below statments

Re: Reading Commit log files

2016-11-23 Thread Carlos Alonso
ersion : *3.8* > Updated cassadra.yaml with *cdc_enabled: true* > > After executing the below statments and flushing memtables, tried reading > commit log files, but there are no cdc events correpsonding to *test* > keyspace. > > CREATE KEYSPACE *test* WITH replication = {'c

Reading Commit log files

2016-11-23 Thread Kamesh
Hi All, I am trying to read cassandra commit log files, but unable to do it. I am experimenting this with 1 node cluster(laptop) Cassandra Version : *3.8* Updated cassadra.yaml with *cdc_enabled: true* After executing the below statments and flushing memtables, tried reading commit log files