Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 28C44200B4B for ; Wed, 6 Jul 2016 23:38:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 274EB160A55; Wed, 6 Jul 2016 21:38:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 73036160A64 for ; Wed, 6 Jul 2016 23:38:12 +0200 (CEST) Received: (qmail 17557 invoked by uid 500); 6 Jul 2016 21:38:11 -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 17495 invoked by uid 99); 6 Jul 2016 21:38:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2016 21:38:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1D7142C02A6 for ; Wed, 6 Jul 2016 21:38:11 +0000 (UTC) Date: Wed, 6 Jul 2016 21:38:11 +0000 (UTC) From: "Stanislav Vishnevskiy (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12144) Undeletable rows after upgrading from 2.2.4 to 3.0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 06 Jul 2016 21:38:13 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15365165#comment-15365165 ] Stanislav Vishnevskiy commented on CASSANDRA-12144: --------------------------------------------------- I sent you an email. > Undeletable rows after upgrading from 2.2.4 to 3.0.7 > ---------------------------------------------------- > > Key: CASSANDRA-12144 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12144 > Project: Cassandra > Issue Type: Bug > Reporter: Stanislav Vishnevskiy > Assignee: Alex Petrov > > We upgraded our cluster today and now have a some rows that refuse to delete. > Here are some example traces. > https://gist.github.com/vishnevskiy/36aa18c468344ea22d14f9fb9b99171d > Even weirder. > Updating the row and querying it back results in 2 rows even though the id is the clustering key. > {noformat} > user_id | id | since | type > -------------------+--------------------+--------------------------+------ > 116138050710536192 | 153047019424972800 | null | 0 > 116138050710536192 | 153047019424972800 | 2016-05-30 14:53:08+0000 | 2 > {noformat} > And then deleting it again only removes the new one. > {noformat} > cqlsh:discord_relationships> DELETE FROM relationships WHERE user_id = 116138050710536192 AND id = 153047019424972800; > cqlsh:discord_relationships> SELECT * FROM relationships WHERE user_id = 116138050710536192 AND id = 153047019424972800; > user_id | id | since | type > --------------------+--------------------+--------------------------+------ > 116138050710536192 | 153047019424972800 | 2016-05-30 14:53:08+0000 | 2 > {noformat} > We tried repairing, compacting, scrubbing. No Luck. > Not sure what to do. Is anyone aware of this? -- This message was sent by Atlassian JIRA (v6.3.4#6332)