Re: [VOTE] Release Apache Cassandra 1.2.0

2013-01-02 Thread Sylvain Lebresne
Including my own vote, I'm counting 4 binding +1, 5 other +1 and no -1's,
the vote passes.

I'll get the artifact published.


On Sat, Dec 29, 2012 at 11:59 PM, Carl Yeksigian  wrote:

> +1
>
> On Saturday, December 29, 2012, Pavel Yaskevich wrote:
>
> > +1
> >
> > On Saturday, December 29, 2012 at 2:14 PM, Yuki Morishita wrote:
> >
> > > +1
> > >
> > > On Saturday, December 29, 2012, Jason Brown wrote:
> > >
> > > > +1
> > > > On Dec 29, 2012 9:31 AM, "Vijay" 
> > > > (mailto:
> > vijay2...@gmail.com ) >
> > > > wrote:
> > > >
> > > > > +1
> > > > >
> > > > > Regards,
> > > > > 
> > > > >
> > > > >
> > > > > On Sat, Dec 29, 2012 at 4:40 AM, Sylvain Lebresne <
> > sylv...@datastax.com  (mailto:sylv...@datastax.com
> 
> > )
> > > > > > wrote:
> > > > >
> > > > >
> > > > > > After a quiet 2nd release candidate, it is time to release the
> > final
> > > > > 1.2.0.
> > > > > > I thus propose the following artifacts for release as 1.2.0.
> > > > > >
> > > > > > sha1: 69337a43670f71ae1fc55e23d6a9031230423900
> > > > > > Git:
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> >
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/1.2.0-tentative
> > > > > > Artifacts:
> > > > >
> > > >
> > > >
> >
> https://repository.apache.org/content/repositories/orgapachecassandra-081/org/apache/cassandra/apache-cassandra/1.2.0/
> > > > > > Staging repository:
> > > > >
> > > >
> > > >
> >
> https://repository.apache.org/content/repositories/orgapachecassandra-081/
> > > > > >
> > > > > > The artifacts as well as the debian package are also available
> > here:
> > > > > > http://people.apache.org/~slebresne/
> > > > > >
> > > > > > The vote will be open for 72 hours (longer if needed).
> > > > > >
> > > > > > [1]: http://goo.gl/zLqf9 (CHANGES.txt)
> > > > > > [2]: http://goo.gl/aKgkY (NEWS.txt)
> > > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Yuki Morishita
> > > t:yukim (http://twitter.com/yukim)
> > >
> > >
> >
> >
> >
>


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,
2:UnavailableException ue,
3:TimedOutException te,
4:SchemaDisagreementException sde)

Instead

CqlResult execute_cql3_query(1:required CqlRequestObject object)

and the CqlRequestObject can contain all optional parameters. I can not
find the exact reference, but I remember reading this is the way google has
suggested using protobufs, mark all fields optional always for maximum
compatibility.

On Tue, Jan 1, 2013 at 2:25 PM, Jonathan Ellis  wrote:

> 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?
>
> When necessary for compatibility, yes.
>
> > I wish we could have done the cassandra 0.6.X -> 0.7.X
> > migration this way:)
>
> In retrospect, I agree.
>
> --
> Jonathan Ellis
> Project Chair, Apache Cassandra
> co-founder, http://www.datastax.com
> @spyced
>


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:required binary query, 2:required
> Compression compression, 3:required ConsistencyLevel consistency)
> throws (1:InvalidRequestException ire,
> 2:UnavailableException ue,
> 3:TimedOutException te,
> 4:SchemaDisagreementException sde)
>
> Instead
>
> CqlResult execute_cql3_query(1:required CqlRequestObject object)
>
> and the CqlRequestObject can contain all optional parameters. I can not
> find the exact reference, but I remember reading this is the way google has
> suggested using protobufs, mark all fields optional always for maximum
> compatibility.
>
> On Tue, Jan 1, 2013 at 2:25 PM, Jonathan Ellis  wrote:
>
>> 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?
>>
>> When necessary for compatibility, yes.
>>
>> > I wish we could have done the cassandra 0.6.X -> 0.7.X
>> > migration this way:)
>>
>> In retrospect, I agree.
>>
>> --
>> Jonathan Ellis
>> Project Chair, Apache Cassandra
>> co-founder, http://www.datastax.com
>> @spyced
>>



-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder, http://www.datastax.com
@spyced


Re: ApacheCon NA Hackathon?

2013-01-02 Thread Eric Evans
On Sun, Dec 30, 2012 at 8:30 PM, Tomaz Muraus  wrote:
> I will be at ApacheCon NA and I would be interested in participating (at
> least part of the time) and working on improving Node.js Cassandra client
> and adding support for CQL 3.0.

Great.  Drivers might be a good focus for a hackathon; I was planning
to spend some time working on a C native driver.

If you haven't already, add 1 to the number of interested persons on
http://wiki.apache.org/apachecon/HackathonNA13.

See you there!

> On Wed, Dec 26, 2012 at 1:54 PM, Eric Evans  wrote:
>
>> Hi,
>>
>> ApacheCon NA is February 26-28 in Portland, with project hackathons
>> hosted on Monday the 25th.
>>
>> How many are planning to attend ApacheCon this year?  Is there any
>> interest in organizing a Cassandra hackathon?
>>
>> http://wiki.apache.org/apachecon/HackathonNA13
>>
>> Cheers,
>>
>> --
>> Eric Evans
>> Acunu | http://www.acunu.com | @acunu
>>



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


Re: ApacheCon NA Hackathon?

2013-01-02 Thread Michaël Figuière
I'll be at ApacheCon NA and will be glad to take part of this hackathon and
share my experience developing the new CQL3 drivers for Java and .Net.

See you there as well!

On Wed, Jan 2, 2013 at 6:01 PM, Eric Evans  wrote:

> On Sun, Dec 30, 2012 at 8:30 PM, Tomaz Muraus  wrote:
> > I will be at ApacheCon NA and I would be interested in participating (at
> > least part of the time) and working on improving Node.js Cassandra client
> > and adding support for CQL 3.0.
>
> Great.  Drivers might be a good focus for a hackathon; I was planning
> to spend some time working on a C native driver.
>
> If you haven't already, add 1 to the number of interested persons on
> http://wiki.apache.org/apachecon/HackathonNA13.
>
> See you there!
>
> > On Wed, Dec 26, 2012 at 1:54 PM, Eric Evans  wrote:
> >
> >> Hi,
> >>
> >> ApacheCon NA is February 26-28 in Portland, with project hackathons
> >> hosted on Monday the 25th.
> >>
> >> How many are planning to attend ApacheCon this year?  Is there any
> >> interest in organizing a Cassandra hackathon?
> >>
> >> http://wiki.apache.org/apachecon/HackathonNA13
> >>
> >> Cheers,
> >>
> >> --
> >> Eric Evans
> >> Acunu | http://www.acunu.com | @acunu
> >>
>
>
>
> --
> Eric Evans
> Acunu | http://www.acunu.com | @acunu
>