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 B199711F39 for ; Mon, 9 Jun 2014 17:47:02 +0000 (UTC) Received: (qmail 76907 invoked by uid 500); 9 Jun 2014 17:47:02 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 76882 invoked by uid 500); 9 Jun 2014 17:47:02 -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 76870 invoked by uid 99); 9 Jun 2014 17:47:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 17:47:02 +0000 Date: Mon, 9 Jun 2014 17:47:02 +0000 (UTC) From: "Robert Stupp (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-7371) DELETEs get lost 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-7371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14025429#comment-14025429 ] Robert Stupp commented on CASSANDRA-7371: ----------------------------------------- It's not only the mentioned commit. I tried with the latest commit (acb4cf62db7e45f9b325fd88a9df4f67efac17b8) and reversed the changes from commit 029cd403172f8cc1b96f0828c8e1f8f6d57c0bcc. The issue persists... strange. > DELETEs get lost > ---------------- > > Key: CASSANDRA-7371 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7371 > Project: Cassandra > Issue Type: Bug > Components: Core > Environment: 2.1 git branch since merge commit 029cd403172f8cc1b96f0828c8e1f8f6d57c0bcc ("Fix rare potential NPE in HHOM page size calculation") > Reporter: Robert Stupp > Assignee: Aleksey Yeschenko > Priority: Blocker > Fix For: 2.1.0 > > Attachments: Cassandra7371.java > > > The mentioned commit (merged to 2.1 from 1.2 via 2.0) introduced a bug which is not easy to reproduce: > Workload description: > - One INSERT into a table > - multiple concurrent SELECTs against different tables (one select returns a result) > - One UPDATE against the same table as the INSERT > - (same) multiple concurrent SELECTs against different tables (one select returns a result) > - One DELETE against the same table as the INSERT > - (same) multiple concurrent SELECTs against different tables > Expected is that the last bunch of SELECTs returns no result. But since commit SHA the DELETE gets not processed. > To clarify - the DELETE is not delayed - it is not executed at all. > Checked against a single node C* "cluster". > The above works with 2.0.8 and against 2.1.0-* - but not C* code since git commit 029cd403172f8cc1b96f0828c8e1f8f6d57c0bcc ("Fix rare potential NPE in HHOM page size calculation") from June, 5th. > I am not sure whether this bug also occurs in 1.2 or 2.0 branches (didn't check that). > It is not always reproducible - approx 1 of 50 tries run into this issue. > If you have difficulties in finding the reason, I can provide a unit test for that. -- This message was sent by Atlassian JIRA (v6.2#6252)