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 9C7B8C99D for ; Thu, 3 May 2012 20:35:13 +0000 (UTC) Received: (qmail 61164 invoked by uid 500); 3 May 2012 20:35:12 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 61120 invoked by uid 500); 3 May 2012 20:35: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 61041 invoked by uid 99); 3 May 2012 20:35:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2012 20:35:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2012 20:35:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C340542E8F1 for ; Thu, 3 May 2012 20:34:48 +0000 (UTC) Date: Thu, 3 May 2012 20:34:48 +0000 (UTC) From: "Jeremiah Jordan (JIRA)" To: commits@cassandra.apache.org Message-ID: <1146827849.23666.1336077288801.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1129524022.37697.1326458079664.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3741) OOMs because delete operations are not accounted 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-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267781#comment-13267781 ] Jeremiah Jordan commented on CASSANDRA-3741: -------------------------------------------- Procedural question, for git stuff should we still be attaching patches to JIRA? Or is a link to the github diff enough? > OOMs because delete operations are not accounted > ------------------------------------------------ > > Key: CASSANDRA-3741 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3741 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.0.0 > Environment: FreeBSD > Reporter: Vitalii Tymchyshyn > Assignee: Andriy Kolyadenko > Fix For: 1.1.1 > > > Currently we are moving to new data format where new format is written into new CFs and old one is deleted key-by-key. > I have started getting OOMs and found out that delete operations are not accounted and so, column families are not flushed (changed == 0 with delete only operations) by storage manager. > This is pull request that fixed this problem for me: https://github.com/apache/cassandra/pull/5 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira