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 are done about gossip. For now, I've just find some unit test
into org.apache.cassandra.gms but there is not a lot of things.

how did you usually make your gossip tests?

Regards,

-- 
Jérémy


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 would be good, but I have a preference for GitHub (easier workflow). 

Robert Jackson

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/pcmanus/ccm
[2] https://issues.apache.org/jira/browse/CASSANDRA-2806
[3] 
https://issues.apache.org/jira/secure/attachment/12488169/reliable_short_read_0.8.sh

2011/8/30 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 are done about gossip. For now, I've just find some unit test
> into org.apache.cassandra.gms but there is not a lot of things.
>
> how did you usually make your gossip tests?
>
> Regards,
>
> --
> Jérémy
>



-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder of DataStax, the source for professional Cassandra support
http://www.datastax.com


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 feelings here.

-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder of DataStax, the source for professional Cassandra support
http://www.datastax.com


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 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/pcmanus/ccm
> [2] https://issues.apache.org/jira/browse/CASSANDRA-2806
> [3]
> https://issues.apache.org/jira/secure/attachment/12488169/reliable_short_read_0.8.sh
>
> 2011/8/30 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 are done about gossip. For now, I've just find some unit test
> > into org.apache.cassandra.gms but there is not a lot of things.
> >
> > how did you usually make your gossip tests?
> >
> > Regards,
> >
> > --
> > Jérémy
> >
>
>
>
> --
> Jonathan Ellis
> Project Chair, Apache Cassandra
> co-founder of DataStax, the source for professional Cassandra support
> http://www.datastax.com
>



-- 
Jérémy


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 branding is better on Apache
Extras.  I almost want to say that Google's issue tracker is better
too, but maybe not.

I guess if we're fair about it, the ability to choose between Git,
Mercurial, and Subversion is probably a "feature" as well. :)

-- 
Eric Evans
Acunu | http://www.acunu.com | @acunu


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.acunu.com | @acunu


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 (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 branding is better on Apache
> Extras.  I almost want to say that Google's issue tracker is better
> too, but maybe not.
>
> I guess if we're fair about it, the ability to choose between Git,
> Mercurial, and Subversion is probably a "feature" as well. :)
>
> --
> Eric Evans
> Acunu | http://www.acunu.com | @acunu
>



-- 
http://twitter.com/tjake


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 it. :)

I wouldn't want to mess up you carefully planned planning :) I'm glad
to leave you this
one as I've not look too carefully of what went in it.

--
Sylvain

>
> Also, welcome back.
>
> --
> Eric Evans
> Acunu | http://www.acunu.com | @acunu
>


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: 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
Project Chair, Apache Cassandra
co-founder of DataStax, the source for professional Cassandra support
http://www.datastax.com