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 2181B17336 for ; Thu, 16 Oct 2014 00:30:34 +0000 (UTC) Received: (qmail 85806 invoked by uid 500); 16 Oct 2014 00:30:34 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 85772 invoked by uid 500); 16 Oct 2014 00:30:33 -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 85760 invoked by uid 99); 16 Oct 2014 00:30:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2014 00:30:33 +0000 Date: Thu, 16 Oct 2014 00:30:33 +0000 (UTC) From: "Tyler Hobbs (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CASSANDRA-8087) Multiple non-DISTINCT rows returned when page_size set 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-8087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs reassigned CASSANDRA-8087: -------------------------------------- Assignee: Tyler Hobbs > Multiple non-DISTINCT rows returned when page_size set > ------------------------------------------------------ > > Key: CASSANDRA-8087 > URL: https://issues.apache.org/jira/browse/CASSANDRA-8087 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Adam Holmberg > Assignee: Tyler Hobbs > Priority: Minor > Fix For: 2.0.11 > > > Using the following statements to reproduce: > {code} > CREATE TABLE test ( > k int, > p int, > s int static, > PRIMARY KEY (k, p) > ); > INSERT INTO test (k, p) VALUES (1, 1); > INSERT INTO test (k, p) VALUES (1, 2); > SELECT DISTINCT k, s FROM test ; > {code} > Native clients that set result_page_size in the query message receive multiple non-distinct rows back (one per clustered value p in row k). > This is only reproduced on 2.0.10. Does not appear in 2.1.0 > It does not appear in cqlsh for 2.0.10 because thrift. > See https://datastax-oss.atlassian.net/browse/PYTHON-164 for background -- This message was sent by Atlassian JIRA (v6.3.4#6332)