Re: [VOTE CLOSED] Release Apache Cassandra 1.2.0-rc1

2013-01-02 Thread Jonathan Ellis
I doubt we'll be making enough Thrift changes in the future for it to matter. On Wed, Jan 2, 2013 at 8:48 AM, Edward Capriolo wrote: > With thrift methods can not be over-loaded but objects can have optional > parameters. > > In the future should we avoid: > > CqlResult execute_cql3_query(1:requi

Re: [VOTE CLOSED] Release Apache Cassandra 1.2.0-rc1

2013-01-02 Thread Edward Capriolo
With thrift methods can not be over-loaded but objects can have optional parameters. In the future should we avoid: CqlResult execute_cql3_query(1:required binary query, 2:required Compression compression, 3:required ConsistencyLevel consistency) throws (1:InvalidRequestException ire,

Re: [VOTE CLOSED] Release Apache Cassandra 1.2.0-rc1

2013-01-01 Thread Jonathan Ellis
On Tue, Jan 1, 2013 at 11:42 AM, Edward Capriolo wrote: > Question. 1.2.0-beta2 > > Why does the thrift interface have 2 CQL methods? To preserve cql2 compatibility. cql3 pulls consistencylevel into the method call instead of the query language. > Is this something we are going to continue? Wh

Re: [VOTE CLOSED] Release Apache Cassandra 1.2.0-rc1

2013-01-01 Thread Edward Capriolo
Question. 1.2.0-beta2 Why does the thrift interface have 2 CQL methods? CqlResult execute_cql_query(1:required binary query, 2:required Compression compression) throws (1:InvalidRequestException ire, 2:UnavailableException ue, 3:TimedOutException te, 4:Sc

[VOTE CLOSED] Release Apache Cassandra 1.2.0-rc1

2012-12-03 Thread Sylvain Lebresne
Alright, seems we can use a beta 3 before calling this a RC1. So I'm closing this vote and I'll rebrand this as beta3 and do a short 24h with that. And hopefully we'll have a true RC1 quickly after that. Stay tuned. -- Sylvain On Mon, Dec 3, 2012 at 5:57 AM, Brandon Williams wrote: > On Sun,