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 703CFF003 for ; Wed, 17 Apr 2013 08:50:31 +0000 (UTC) Received: (qmail 13212 invoked by uid 500); 17 Apr 2013 08:37:45 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 12917 invoked by uid 500); 17 Apr 2013 08:37:30 -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 12721 invoked by uid 99); 17 Apr 2013 08:37:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 08:37:22 +0000 Date: Wed, 17 Apr 2013 08:37:17 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-5223) Secondary index doesn't get repaired 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-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-5223. --------------------------------------- Resolution: Cannot Reproduce > Secondary index doesn't get repaired > ------------------------------------ > > Key: CASSANDRA-5223 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5223 > Project: Cassandra > Issue Type: Bug > Affects Versions: 1.2.1 > Environment: Ubuntu dtest, laptop with 8G RAM > Reporter: Alexei Bakanov > Assignee: Ryan McGuire > Attachments: secondary_index_repair_test_2.py, secondary_index_repair_test_3.py, secondary_index_repair_test.py > > > Looks like secondary indexes don't get repaired by any of the Cassandra repair mechanisms for NetworkTopologyStrategy. SimpleStrategy however works fine. > The issue started as a mail to Cassandra userlist: http://article.gmane.org/gmane.comp.db.cassandra.user/30909 > I striped reproduction recipe down and made a d-test which inserts two rows into a cluster of two nodes, where the first node goes down after the first insert and goes back up after the second insert. Secondary index doesn't get repaired by neither hinted-handoff, read repair, nor manual 'repair' operation which the d-test triggers before reading the data. > Moreover the second row is not visible in the index unless I do CL.ALL read or drop/create the index. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira