Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5490F10C46 for ; Tue, 25 Mar 2014 18:58:07 +0000 (UTC) Received: (qmail 65598 invoked by uid 500); 25 Mar 2014 18:58:04 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 65580 invoked by uid 500); 25 Mar 2014 18:58:03 -0000 Mailing-List: contact dev-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list dev@cassandra.apache.org Received: (qmail 65571 invoked by uid 99); 25 Mar 2014 18:58:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2014 18:58:03 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tyler@datastax.com designates 209.85.215.42 as permitted sender) Received: from [209.85.215.42] (HELO mail-la0-f42.google.com) (209.85.215.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2014 18:57:59 +0000 Received: by mail-la0-f42.google.com with SMTP id ec20so723243lab.1 for ; Tue, 25 Mar 2014 11:57:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=LouEFcEwOK7IrhNIK1A6S/jFtz3RClr27whxWbbTLso=; b=dqxhLHK+EVm0lpjyXgu7BMKGVIulxbUo/tDTKKSob7HPLSzdYiHmO4xAxrG2sj7vv1 ex8WOZvhloNbqVIxjrUIWLaoChITmpJG4yAqMI6/69cTO2k5Qxj5QZitkVBUM52cupam p6EBwjj3NdNH9GufNSia+szRyB8nG3XtnmBrrA7AcN9PCD8yVLDMWQTyjoV7/bZ6NZo7 vlwj92huZK29P2mIiDe64CROSxRvFNILrTfKgahJp9Dsm0f7DCtVRw+45BSJyGXKQf8F Ic70DolNc4mpbR9cCpxpjkjV9o8PKYKHeaU0brCxPmsRHrSc78LEQtPWIDWCz01/BMNU 1ncQ== X-Gm-Message-State: ALoCoQndbUxBu/po3uRiwlDPmVOo/mHYVmzmfV3PWuuW9RyjtMElhaRyT0vCS1ZjK6nwrj9SApcW X-Received: by 10.152.2.131 with SMTP id 3mr50671421lau.20.1395773857418; Tue, 25 Mar 2014 11:57:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.140.70 with HTTP; Tue, 25 Mar 2014 11:57:17 -0700 (PDT) In-Reply-To: References: From: Tyler Hobbs Date: Tue, 25 Mar 2014 13:57:17 -0500 Message-ID: Subject: Re: [VOTE] Release Apache Cassandra 1.2.16 To: dev@cassandra.apache.org Content-Type: multipart/alternative; boundary=089e013c674cf563d304f572ec7b X-Virus-Checked: Checked by ClamAV on apache.org --089e013c674cf563d304f572ec7b Content-Type: text/plain; charset=ISO-8859-1 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: > 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 gets indexed and > the query is successful. > > If I only add a sleep in between steps 3 and 4, some of the data is never > indexed and the query will return incomplete results. This appears to be > the case even if the sleep is relatively long (30s), which makes me think > the data may never get indexed. > > > On Tue, Mar 25, 2014 at 11:14 AM, Tyler Hobbs wrote: > >> -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 deeply yet to see what's going on. >> >> >> 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: >>> >>> https://repository.apache.org/content/repositories/orgapachecassandra-1008/org/apache/cassandra/apache-cassandra/1.2.16/ >>> Staging repository: >>> >>> https://repository.apache.org/content/repositories/orgapachecassandra-1008/ >>> >>> 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/Cgiimu (CHANGES.txt) >>> [2]: http://goo.gl/gvKkBm (NEWS.txt) >>> >> >> >> >> -- >> Tyler Hobbs >> DataStax >> > > > > -- > Tyler Hobbs > DataStax > -- Tyler Hobbs DataStax --089e013c674cf563d304f572ec7b--