Re: Commit-log structure changes - versions

2019-02-10 Thread Joshua McKenzie
You'll probably see the bulk of changes in CommitLogReader.java:CommitLogFormat . I tried to limit the dependencies on any internals of the CommitL

Re: Commit-log structure changes - versions

2019-02-09 Thread Sreenivasulu Nallapati
Hi Jay, Thanks for your response. So in the future if there is a change in the commit-log (CommitLogDescriptor.java ) structure, will CommitLogR

Re: Commit-log structure changes - versions

2019-02-08 Thread jay.zhu...@yahoo.com.INVALID
Hi, Yes, the commit-log format may change, here is the current version of commit-log:  https://github.com/apache/cassandra/blob/06209037ea56b5a2a49615a99f1542d6ea1b2947/src/java/org/apache/cassandra/db/commitlog/CommitLogDescriptor.java#L69  You need to look into git log to find out the changes.

Commit-log structure changes - versions

2019-02-07 Thread Sreenivasulu Nallapati
Hello folks, I am exploring the CDC option to move data from cassandra to Hive on periodic basis. While exploring this option, I overheard saying that the internal commit-log structure will change form version to version. Is this correct? As per this link