Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 59006 invoked from network); 7 May 2010 21:28:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 May 2010 21:28:12 -0000 Received: (qmail 13834 invoked by uid 500); 7 May 2010 21:28:12 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 13818 invoked by uid 500); 7 May 2010 21:28:12 -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 13810 invoked by uid 99); 7 May 2010 21:28:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 May 2010 21:28:12 +0000 X-ASF-Spam-Status: No, hits=-1403.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 May 2010 21:28:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o47LRoBu001057 for ; Fri, 7 May 2010 21:27:51 GMT Message-ID: <7227088.40571273267670946.JavaMail.jira@thor> Date: Fri, 7 May 2010 17:27:50 -0400 (EDT) From: "Stu Hood (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1040) read failure during flush In-Reply-To: <22990040.32391272634494695.JavaMail.jira@thor> 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-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865317#action_12865317 ] Stu Hood commented on CASSANDRA-1040: ------------------------------------- +1 for 1040.txt. Thanks! > read failure during flush > ------------------------- > > Key: CASSANDRA-1040 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1040 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.7 > Reporter: Jonathan Ellis > Assignee: Jonathan Ellis > Priority: Critical > Fix For: 0.7 > > Attachments: 1040.txt > > > Joost Ouwerkerk writes: > > On a single-node cassandra cluster with basic config (-Xmx:1G) > loop { > * insert 5,000 records in a single columnfamily with UUID keys and > random string values (between 1 and 1000 chars) in 5 different columns > spanning two different supercolumns > * delete all the data by iterating over the rows with > get_range_slices(ONE) and calling remove(QUORUM) on each row id > returned (path containing only columnfamily) > * count number of non-tombstone rows by iterating over the rows > with get_range_slices(ONE) and testing data. Break if not zero. > } > while this is running, call "bin/nodetool -h localhost -p 8081 flush KeySpace" in the background every minute or so. When the data hits some critical size, the loop will break. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.