Re: Hello, I'm trying to help on Cassandra

2011-08-30 Thread Jérémy SEVELLEC
ok it's a bit surprising but it is also true that doing this kind of gossip test with unit tests should not be obvious... CCM is indeed very useful and works well. I wanted to be sure not to miss anything with unit test :-) 2011/8/30 Jonathan Ellis > Unfortunately, Gossip falls into the catego

Re: Hello, I'm trying to help on Cassandra

2011-08-30 Thread Jonathan Ellis
Unfortunately, Gossip falls into the category of "usually we have to test it manually." You might be able to do something using ccm [1] and the recently added JMX hooks for Gossip [2], as in this script: [3]. But again, if you decide to test manually you won't be alone. :) [1] https://github.com

Re: Hello

2010-07-02 Thread Peter Schuller
> I've been ramping up the code base, getting acquainted with the major > components, and I feel like there is a lack of commenting. Commenting the > code would be a good way for my to learn the system better, and I suspect it > would also be useful for others interesting in the future. Would provi

Re: Hello

2010-06-25 Thread Todd Blose
If you feel you have a solid understanding of the code, you might want to browse some of the open tickets and identify those which seem doable to you. That's really the best way to get started, IMO. https://issues.apache.org/jira/browse/CASSANDRA The lack of comments does present a challenge to n