Re: [VOTE] Release Apache Cassandra 1.2.16

2014-03-25 Thread Tyler Hobbs
Created https://issues.apache.org/jira/browse/CASSANDRA-6924 to investigate. On Tue, Mar 25, 2014 at 1:50 PM, Tyler Hobbs wrote: > After digging a bit, the regression is that data inserted immediately > after secondary index creation may never get indexed. > > The operation order goes like this

Re: [VOTE] Release Apache Cassandra 1.2.16

2014-03-25 Thread Tyler Hobbs
After digging a bit, the regression is that data inserted immediately after secondary index creation may never get indexed. The operation order goes like this: 1) create CF 2) create secondary index 3) insert data 4) query secondary index If I add a short sleep in between steps 2 and 3, the data

Re: [VOTE] Release Apache Cassandra 1.2.16

2014-03-25 Thread Tyler Hobbs
-1 I'm seeing a regression from 1.2.15 on secondary index queries (through Thrift) with a LongType key validator. Specifically, this test in pycassa is failing against 1.2.16-tentative: https://github.com/pycassa/pycassa/blob/master/tests/test_autopacking.py#L793 I haven't looked into the issue

Re: [VOTE] Release Apache Cassandra 1.2.16

2014-03-25 Thread Gary Dusbabek
+1 On Mon, Mar 24, 2014 at 12:24 PM, Sylvain Lebresne wrote: > I propose the following artifacts for release as 1.2.16. > > sha1: 05fcfa2be4eba2cd6daeee62d943f48c45f42668 > Git: > > http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/1.2.16-tentative > Artifacts: > > ht