Question on commit log

2014-09-25 Thread Ashish Batwara
Hi, Does Cassandra always have an additional commit log file created and ready to go while it is actively writing to previous commit log or does it create a commit log file on demand (when it actually needs it)? Thanks Ashish The information contained in this e-mail is considered confidential o

Re: Fork Cassandra-0.8

2014-09-25 Thread Jim Ancona
git checkout cassandra-0.8.10 cassandra-0.8.10 is the tag for what I assume was the last 0.8 release. Jim On Thu, Sep 25, 2014 at 5:45 PM, Rajath Subramanyam wrote: > Hi All, > > I want to fork Cassandra - 0.8 from git. Does anybody have any advice on > how to do this ? > > I have already trie

Fork Cassandra-0.8

2014-09-25 Thread Rajath Subramanyam
Hi All, I want to fork Cassandra - 0.8 from git. Does anybody have any advice on how to do this ? I have already tried the following: - Forked the latest repo and created a branch to go back to an old commit (around 0.8) - Forked the latest repo and ran git reset --hard to go back to an old commi

Re: Test coverage

2014-09-25 Thread Tyler Hobbs
I've updated the wiki page. Let me know if that answers your questions. Thanks! On Thu, Sep 25, 2014 at 2:12 AM, Heiko Braun wrote: > > > Hi everybody, > > what's the proper way to execute the tests? The wiki page [1] seems to be > outdated, "test/system" doesn't exist anymore in trunk. Do we s

Test coverage

2014-09-25 Thread Heiko Braun
Hi everybody, what's the proper way to execute the tests? The wiki page [1] seems to be outdated, "test/system" doesn't exist anymore in trunk. Do we simply use 'ant test'? Does it cover everything needed? [1] http://wiki.apache.org/cassandra/HowToContribute Regards, Heiko