Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7B0B19CC4 for ; Fri, 1 Apr 2016 16:49:26 +0000 (UTC) Received: (qmail 5105 invoked by uid 500); 1 Apr 2016 16:49:26 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 4973 invoked by uid 500); 1 Apr 2016 16:49:26 -0000 Mailing-List: contact commits-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 commits@cassandra.apache.org Received: (qmail 4639 invoked by uid 99); 1 Apr 2016 16:49:26 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2016 16:49:26 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C830D2C1F5C for ; Fri, 1 Apr 2016 16:49:25 +0000 (UTC) Date: Fri, 1 Apr 2016 16:49:25 +0000 (UTC) From: "Tyler Hobbs (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11467) Paging loses rows in certain conditions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-11467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221958#comment-15221958 ] Tyler Hobbs commented on CASSANDRA-11467: ----------------------------------------- +1 If 2.1 is affected, I think we should commit this there as well. This isn't a very common query path to hit, but it's a fairly serious bug to have missing query results. > Paging loses rows in certain conditions > --------------------------------------- > > Key: CASSANDRA-11467 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11467 > Project: Cassandra > Issue Type: Bug > Components: CQL > Reporter: Ian McMahon > Assignee: Benjamin Lerer > Fix For: 2.2.x > > Attachments: 11467-2.2.txt, pagination_test.go > > > The bug occurs under the following conditions: > - RandomPartitioner > - a compact storage CF > - querying across rows > - a tombstone in the first column of a row on the pagesize boundary > - you need to be querying at least 2*pagesize + 1 records > Attached is a go program using gocql which reproduces the bug fairly minimally. -- This message was sent by Atlassian JIRA (v6.3.4#6332)