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 F06FD18927 for ; Mon, 10 Aug 2015 13:48:46 +0000 (UTC) Received: (qmail 86034 invoked by uid 500); 10 Aug 2015 13:48:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 86006 invoked by uid 500); 10 Aug 2015 13:48:46 -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 85989 invoked by uid 99); 10 Aug 2015 13:48:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2015 13:48:46 +0000 Date: Mon, 10 Aug 2015 13:48:46 +0000 (UTC) From: "Stefania (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9913) Select * is only returning the first page of data on trunk 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-9913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680127#comment-14680127 ] Stefania commented on CASSANDRA-9913: ------------------------------------- Thanks for the clarification. > Select * is only returning the first page of data on trunk > ---------------------------------------------------------- > > Key: CASSANDRA-9913 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9913 > Project: Cassandra > Issue Type: Bug > Reporter: Philip Thompson > Assignee: Benjamin Lerer > Fix For: 3.0 beta 1 > > Attachments: 9913.txt > > > While doing some testing on the validation harness, I have run into a pretty trivially reproducible problem. > {code} > ccm create test -v git:trunk -n 1 -s > ccm node1 stress write n=2M > ccm node1 cqlsh > {code} > {code} > Use keyspace1; > Select * From standard1; (100 rows) > Select count(*) from standard1; (300 rows) > {code} > Despite two million rows being written, I have found that {{select * from standard1}} only returns one page's worth of data. I have used both the java and the python driver to test this. I have also found that {{select count(*) from standard1}} gives a multiple of one page's worth of data, that appears to correspond to page size * RF. > I have already tried with the patch for CASSANDRA-9775, and that did not resolve this issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)