Regression in 1.2.7

2013-07-27 Thread Jonathan Ellis
The fix for range tombstone performance [1] introduced a regression
[2] that breaks slice queries against 1.1-format sstables.  Running
upgradesstables is a workaround, but this means that you can't do
zero-downtime upgrades from 1.1 at CL.ONE.

I think we should withdraw 1.2.7 from the download mirrors and roll
1.2.7.1 with the fix.

Thoughts?

[1] https://issues.apache.org/jira/browse/CASSANDRA-5677
[2] https://issues.apache.org/jira/browse/CASSANDRA-5814

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


Re: Regression in 1.2.7

2013-07-27 Thread Michael Kjellman
+1

This late in the release cycle it might really bite some people upgrading for 
all the 1.2.x goodness. 

> On Jul 27, 2013, at 12:40 PM, "Jonathan Ellis"  wrote:
> 
> The fix for range tombstone performance [1] introduced a regression
> [2] that breaks slice queries against 1.1-format sstables.  Running
> upgradesstables is a workaround, but this means that you can't do
> zero-downtime upgrades from 1.1 at CL.ONE.
> 
> I think we should withdraw 1.2.7 from the download mirrors and roll
> 1.2.7.1 with the fix.
> 
> Thoughts?
> 
> [1] https://issues.apache.org/jira/browse/CASSANDRA-5677
> [2] https://issues.apache.org/jira/browse/CASSANDRA-5814
> 
> -- 
> Jonathan Ellis
> Project Chair, Apache Cassandra
> co-founder, http://www.datastax.com
> @spyced


Re: Regression in 1.2.7

2013-07-27 Thread Yuki Morishita
+1

On Sat, Jul 27, 2013 at 2:43 PM, Michael Kjellman
 wrote:
> +1
>
> This late in the release cycle it might really bite some people upgrading for 
> all the 1.2.x goodness.
>
>> On Jul 27, 2013, at 12:40 PM, "Jonathan Ellis"  wrote:
>>
>> The fix for range tombstone performance [1] introduced a regression
>> [2] that breaks slice queries against 1.1-format sstables.  Running
>> upgradesstables is a workaround, but this means that you can't do
>> zero-downtime upgrades from 1.1 at CL.ONE.
>>
>> I think we should withdraw 1.2.7 from the download mirrors and roll
>> 1.2.7.1 with the fix.
>>
>> Thoughts?
>>
>> [1] https://issues.apache.org/jira/browse/CASSANDRA-5677
>> [2] https://issues.apache.org/jira/browse/CASSANDRA-5814
>>
>> --
>> Jonathan Ellis
>> Project Chair, Apache Cassandra
>> co-founder, http://www.datastax.com
>> @spyced



-- 
Yuki Morishita
 t:yukim (http://twitter.com/yukim)


Re: Regression in 1.2.7

2013-07-27 Thread Brandon Williams
On Sat, Jul 27, 2013 at 2:39 PM, Jonathan Ellis  wrote:

> The fix for range tombstone performance [1] introduced a regression
> [2] that breaks slice queries against 1.1-format sstables.  Running
> upgradesstables is a workaround, but this means that you can't do
> zero-downtime upgrades from 1.1 at CL.ONE.
>
> I think we should withdraw 1.2.7 from the download mirrors and roll
> 1.2.7.1 with the fix.
>

+1, but I'll bikeshed the version.  I'd rather keep the scheme and call it
1.2.8.  If memory serves, we've done this before, this way.

-Brandon


Re: Regression in 1.2.7

2013-07-27 Thread Eric Evans
[ Brandon Williams ]
> On Sat, Jul 27, 2013 at 2:39 PM, Jonathan Ellis  wrote:
> 
> > The fix for range tombstone performance [1] introduced a regression
> > [2] that breaks slice queries against 1.1-format sstables.  Running
> > upgradesstables is a workaround, but this means that you can't do
> > zero-downtime upgrades from 1.1 at CL.ONE.
> >
> > I think we should withdraw 1.2.7 from the download mirrors and roll
> > 1.2.7.1 with the fix.
> >
> 
> +1, but I'll bikeshed the version.  I'd rather keep the scheme and call it
> 1.2.8.  If memory serves, we've done this before, this way.

Yeah, that's how we've been doing it.

Since Sylvain is out, I'll put together some release artifacts and start
a new vote presently.

Cheers,

-- 
Eric Evans
eev...@sym-link.com


[VOTE] Release Apache Cassandra 1.2.8

2013-07-27 Thread Eric Evans

A regression made its way into 1.2.7 and has since been fixed [2]; I 
propose the following artifacts for release as 1.2.8.

Git SHA1: 0291d696018214000709025c0b806089c2f51e97
Git HTTP: 
http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/1.2.8-tentative
Artifacts: 
https://repository.apache.org/content/repositories/orgapachecassandra-029/org/apache/cassandra/apache-cassandra/1.2.8/
Staging repository: 
https://repository.apache.org/content/repositories/orgapachecassandra-029

The artifacts as well as the debian package are also available here:
http://people.apache.org/~eevans/

Unless anyone objects, I suggest a 24-hour vote.


[1]: http://thread.gmane.org/gmane.comp.db.cassandra.devel/7904
[2]: https://issues.apache.org/jira/browse/CASSANDRA-5814
[3]: http://goo.gl/bQ3a4i (CHANGES.txt)
[4]: http://goo.gl/Zj1JFa (NEWS.txt)

-- 
Eric Evans
eev...@sym-link.com


Re: [VOTE] Release Apache Cassandra 1.2.8

2013-07-27 Thread Jonathan Ellis
+1

On Sat, Jul 27, 2013 at 8:15 PM, Eric Evans  wrote:
>
> A regression made its way into 1.2.7 and has since been fixed [2]; I
> propose the following artifacts for release as 1.2.8.
>
> Git SHA1: 0291d696018214000709025c0b806089c2f51e97
> Git HTTP: 
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/1.2.8-tentative
> Artifacts: 
> https://repository.apache.org/content/repositories/orgapachecassandra-029/org/apache/cassandra/apache-cassandra/1.2.8/
> Staging repository: 
> https://repository.apache.org/content/repositories/orgapachecassandra-029
>
> The artifacts as well as the debian package are also available here:
> http://people.apache.org/~eevans/
>
> Unless anyone objects, I suggest a 24-hour vote.
>
>
> [1]: http://thread.gmane.org/gmane.comp.db.cassandra.devel/7904
> [2]: https://issues.apache.org/jira/browse/CASSANDRA-5814
> [3]: http://goo.gl/bQ3a4i (CHANGES.txt)
> [4]: http://goo.gl/Zj1JFa (NEWS.txt)
>
> --
> Eric Evans
> eev...@sym-link.com



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


Re: [VOTE] Release Apache Cassandra 1.2.8

2013-07-27 Thread Jason Brown
+1
On Jul 27, 2013 6:33 PM, "Jonathan Ellis"  wrote:

> +1
>
> On Sat, Jul 27, 2013 at 8:15 PM, Eric Evans  wrote:
> >
> > A regression made its way into 1.2.7 and has since been fixed [2]; I
> > propose the following artifacts for release as 1.2.8.
> >
> > Git SHA1: 0291d696018214000709025c0b806089c2f51e97
> > Git HTTP:
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/1.2.8-tentative
> > Artifacts:
> https://repository.apache.org/content/repositories/orgapachecassandra-029/org/apache/cassandra/apache-cassandra/1.2.8/
> > Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-029
> >
> > The artifacts as well as the debian package are also available here:
> > http://people.apache.org/~eevans/
> >
> > Unless anyone objects, I suggest a 24-hour vote.
> >
> >
> > [1]: http://thread.gmane.org/gmane.comp.db.cassandra.devel/7904
> > [2]: https://issues.apache.org/jira/browse/CASSANDRA-5814
> > [3]: http://goo.gl/bQ3a4i (CHANGES.txt)
> > [4]: http://goo.gl/Zj1JFa (NEWS.txt)
> >
> > --
> > Eric Evans
> > eev...@sym-link.com
>
>
>
> --
> Jonathan Ellis
> Project Chair, Apache Cassandra
> co-founder, http://www.datastax.com
> @spyced
>


Re: [VOTE] Release Apache Cassandra 1.2.8

2013-07-27 Thread Brandon Williams
+1

On Sat, Jul 27, 2013 at 8:15 PM, Eric Evans  wrote:

>
> A regression made its way into 1.2.7 and has since been fixed [2]; I
> propose the following artifacts for release as 1.2.8.
>
> Git SHA1: 0291d696018214000709025c0b806089c2f51e97
> Git HTTP:
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/1.2.8-tentative
> Artifacts:
> https://repository.apache.org/content/repositories/orgapachecassandra-029/org/apache/cassandra/apache-cassandra/1.2.8/
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-029
>
> The artifacts as well as the debian package are also available here:
> http://people.apache.org/~eevans/
>
> Unless anyone objects, I suggest a 24-hour vote.
>
>
> [1]: http://thread.gmane.org/gmane.comp.db.cassandra.devel/7904
> [2]: https://issues.apache.org/jira/browse/CASSANDRA-5814
> [3]: http://goo.gl/bQ3a4i (CHANGES.txt)
> [4]: http://goo.gl/Zj1JFa (NEWS.txt)
>
> --
> Eric Evans
> eev...@sym-link.com
>


Re: [VOTE] Release Apache Cassandra 1.2.8

2013-07-27 Thread Carl Yeksigian
+1
On Jul 27, 2013 9:17 PM, "Eric Evans"  wrote:

>
> A regression made its way into 1.2.7 and has since been fixed [2]; I
> propose the following artifacts for release as 1.2.8.
>
> Git SHA1: 0291d696018214000709025c0b806089c2f51e97
> Git HTTP:
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/1.2.8-tentative
> Artifacts:
> https://repository.apache.org/content/repositories/orgapachecassandra-029/org/apache/cassandra/apache-cassandra/1.2.8/
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-029
>
> The artifacts as well as the debian package are also available here:
> http://people.apache.org/~eevans/
>
> Unless anyone objects, I suggest a 24-hour vote.
>
>
> [1]: http://thread.gmane.org/gmane.comp.db.cassandra.devel/7904
> [2]: https://issues.apache.org/jira/browse/CASSANDRA-5814
> [3]: http://goo.gl/bQ3a4i (CHANGES.txt)
> [4]: http://goo.gl/Zj1JFa (NEWS.txt)
>
> --
> Eric Evans
> eev...@sym-link.com
>