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 5C284111C8 for ; Thu, 31 Jul 2014 17:27:40 +0000 (UTC) Received: (qmail 71508 invoked by uid 500); 31 Jul 2014 17:27:39 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 71464 invoked by uid 500); 31 Jul 2014 17:27:39 -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 71377 invoked by uid 99); 31 Jul 2014 17:27:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 17:27:39 +0000 Date: Thu, 31 Jul 2014 17:27:39 +0000 (UTC) From: "Ryan McGuire (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-7599) Dtest on low cardinality secondary indexes failing in 2.1 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-7599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-7599: ------------------------------------ Labels: qa-resolved (was: ) > Dtest on low cardinality secondary indexes failing in 2.1 > --------------------------------------------------------- > > Key: CASSANDRA-7599 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7599 > Project: Cassandra > Issue Type: Bug > Components: Core, Tests > Reporter: Shawn Kumar > Assignee: Tyler Hobbs > Labels: qa-resolved > Fix For: 2.1.0 > > Attachments: 7599.txt > > > test_low_cardinality_indexes in secondary_indexes_test.py is failing when tested on the cassandra-2.1 branch. This test has been failing on cassci for a while (at least the last 10 builds) and can easily be reproduced locally as well. It appears to still work on 2.0. > {code} > ====================================================================== > FAIL: test_low_cardinality_indexes (secondary_indexes_test.TestSecondaryIndexes) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/shawn/git/cstar5/cassandra-dtest/tools.py", line 213, in wrapped > f(obj) > File "/home/shawn/git/cstar5/cassandra-dtest/secondary_indexes_test.py", line 89, in test_low_cardinality_indexes > check_request_order() > File "/home/shawn/git/cstar5/cassandra-dtest/secondary_indexes_test.py", line 84, in check_request_order > self.assertTrue('Executing indexed scan' in relevant_events[-1][0], str(relevant_events[-1])) > AssertionError: (u'Enqueuing request to /127.0.0.2', '127.0.0.1') > {code} > The test checks that a series of messages are found in the trace after a select query against an index is carried out. It fails to find an 'Executing indexed scan' from node 1 (which takes the query, note both node2 and node3 produced this message). Brief investigation seemed to show that whichever node you create the patient_cql_connection on will not produce this message, indicating perhaps it does not carry out the scan. Should also note that changing 'numrows' (rows initially added) or 'b' (value on index column we query for) does not appear to make a difference. -- This message was sent by Atlassian JIRA (v6.2#6252)