Re: Cassandra upgrading

2011-08-30 Thread Jonathan Ellis
NEWS.txt covers upgrading. [moving to user list.] On Tue, Aug 30, 2011 at 8:47 PM, 邓志远 wrote: > Hi All: >  Now i use Cassandra0.7.5 in the cluster .how to upgrade to Cassandra0.8.4? > there are a large data in Cassandra0.7.5. Can you tell me how to upgrade ? > > Thanks! -- Jonathan Ellis Pr

Cassandra upgrading

2011-08-30 Thread 邓志远
Hi All:  Now i use Cassandra0.7.5 in the cluster .how to upgrade to Cassandra0.8.4? there are a large data in Cassandra0.7.5. Can you tell me how to upgrade ?   Thanks!

Re: [VOTE] Release Apache Cassandra 0.7.9

2011-08-30 Thread Sylvain Lebresne
On Tue, Aug 30, 2011 at 4:08 PM, Eric Evans wrote: > On Tue, Aug 30, 2011 at 1:08 AM, Sylvain Lebresne > wrote: >> I'm back from that beach. Eric, do you want me to do the re-roll ? > > I was planning to, (later this morning or early afternoon), but if > you'd rather take it,  you're welcome to

Re: CQL Drivers

2011-08-30 Thread Jake Luciani
I agree that apache extras makes better sense sense it's Branded (tm) and has git. On Tue, Aug 30, 2011 at 10:04 AM, Eric Evans wrote: > On Tue, Aug 30, 2011 at 5:34 AM, Robert Jackson > wrote: > > On Aug 29, 2011, at 11:17 PM, Eric Evans wrote: > >> If so, is it Apache Extras or Github (eithe

Re: [VOTE] Release Apache Cassandra 0.7.9

2011-08-30 Thread Eric Evans
On Tue, Aug 30, 2011 at 1:08 AM, Sylvain Lebresne wrote: > I'm back from that beach. Eric, do you want me to do the re-roll ? I was planning to, (later this morning or early afternoon), but if you'd rather take it, you're welcome to it. :) Also, welcome back. -- Eric Evans Acunu | http://www.

Re: CQL Drivers

2011-08-30 Thread Eric Evans
On Tue, Aug 30, 2011 at 5:34 AM, Robert Jackson wrote: > On Aug 29, 2011, at 11:17 PM, Eric Evans wrote: >> If so, is it Apache Extras or Github (either would be fine by me). >> > Either would be good, but I have a preference for GitHub (easier workflow). Generally I prefer Github too, but the b

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: CQL Drivers

2011-08-30 Thread Jonathan Ellis
On Mon, Aug 29, 2011 at 10:16 PM, Eric Evans wrote: > No one else has sounded off on this, does that mean it's safe to > assume there is consensus on this? Looks like it. The opinions on irc were positive, too. > If so, is it Apache Extras or Github (either would be fine by me). No strong feel

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: CQL Drivers

2011-08-30 Thread Robert Jackson
On Aug 29, 2011, at 11:17 PM, Eric Evans wrote: >> >>> >> > No one else has sounded off on this, does that mean it's safe to > assume there is consensus on this? > I definitely think this is the right move. > If so, is it Apache Extras or Github (either would be fine by me). > Either woul

Hello, I'm trying to help on Cassandra

2011-08-30 Thread Jérémy SEVELLEC
Hello everyone, Let me present me : I'm Jeremy. I'm French and author of cassandra-unit. I trying to help on Cassandra. I'm looking at the CASSANDRA-2961 which is about gossip and dead states removal. I'm trying to understand how unit tests