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 4795B72A8 for ; Mon, 18 Jul 2011 20:00:20 +0000 (UTC) Received: (qmail 96806 invoked by uid 500); 18 Jul 2011 20:00:20 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 96767 invoked by uid 500); 18 Jul 2011 20:00:19 -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 96746 invoked by uid 99); 18 Jul 2011 20:00:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2011 20:00:19 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2011 20:00:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CA86541156 for ; Mon, 18 Jul 2011 19:59:57 +0000 (UTC) Date: Mon, 18 Jul 2011 19:59:57 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <1057190863.1396.1311019197826.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1751577283.47571.1306464588825.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2717) duplicate rows returned from SELECT where KEY term is duplicated 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-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2717: -------------------------------------- Reviewer: xedin Fix Version/s: 0.8.2 > duplicate rows returned from SELECT where KEY term is duplicated > ---------------------------------------------------------------- > > Key: CASSANDRA-2717 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2717 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.8.0 beta 2 > Reporter: Aaron Morton > Assignee: Jim Ancona > Priority: Minor > Labels: cql, lhf > Fix For: 0.8.2 > > Attachments: v1-0001-CASSANDRA-2717-Prevent-multiple-KEY-terms-properly-han.txt > > > Noticed while working on CASSANDRA-2268 when random keys generated during a mutli_get test contain duplicate keys. > The thrift multiget_slice() returns only the unique rows because of the map generated for the result. > CQL will return a row for each KEY term in the SELECT. > I could make QueryProcessor.getSlice() only create commands for the unique keys if we wanted to. > Not sure it's a bug and it's definitely not something that should come up to often, reporting it because it's different to the thrift mutli_get operation. > Happy to close if it's by design. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira