Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 19227 invoked from network); 28 Oct 2010 14:40:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Oct 2010 14:40:46 -0000 Received: (qmail 10656 invoked by uid 500); 28 Oct 2010 14:40:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 10584 invoked by uid 500); 28 Oct 2010 14:40:45 -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 10574 invoked by uid 99); 28 Oct 2010 14:40:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 14:40:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 28 Oct 2010 14:40:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9SEeLPw009673 for ; Thu, 28 Oct 2010 14:40:21 GMT Message-ID: <10989638.121841288276821360.JavaMail.jira@thor> Date: Thu, 28 Oct 2010 10:40:21 -0400 (EDT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1674) Repair using abnormally large amounts of disk space, dropping messages In-Reply-To: <8309010.121821288276702271.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925817#action_12925817 ] Jonathan Ellis commented on CASSANDRA-1674: ------------------------------------------- (this is rc1 snapshot, btw) > Repair using abnormally large amounts of disk space, dropping messages > ---------------------------------------------------------------------- > > Key: CASSANDRA-1674 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1674 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Jonathan Ellis > Fix For: 0.7.1 > > > I'm watching a repair on a 7 node cluster. Repair was sent to one node; the node had 18G of data. No other node has more than 28G. The node where the repair initiated is now up to 261G with 53/60 AES tasks outstanding. > I have seen repair take more space than expected on 0.6 but nothing this extreme. > Other nodes in the cluster are occasionally logging > WARN [ScheduledTasks:1] 2010-10-28 08:31:14,305 MessagingService.java (line 515) Dropped 7 messages in the last 1000ms > The cluster is quiesced except for the repair. Not sure if the dropped messages are contributing the the disk space (b/c of retries?). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.