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 D98228AE7 for ; Fri, 9 Sep 2011 18:03:34 +0000 (UTC) Received: (qmail 65456 invoked by uid 500); 9 Sep 2011 18:03:33 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 65075 invoked by uid 500); 9 Sep 2011 18:03:32 -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 65067 invoked by uid 99); 9 Sep 2011 18:03:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 18:03:32 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Fri, 09 Sep 2011 18:03:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D3BD78B03C for ; Fri, 9 Sep 2011 18:03:08 +0000 (UTC) Date: Fri, 9 Sep 2011 18:03:08 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <1269197120.9217.1315591388864.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <889344798.4908.1315514649166.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-3163) SlabAllocator OOMs much faster than HeapAllocator 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-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3163: -------------------------------------- Attachment: 3163-v4.txt v4 fixes NPE on sstable load > SlabAllocator OOMs much faster than HeapAllocator > ------------------------------------------------- > > Key: CASSANDRA-3163 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3163 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.0.0 > Environment: 3 nodes, 1G heap, RF=2 > Reporter: Brandon Williams > Fix For: 1.0.0 > > Attachments: 3163-v2.txt, 3163-v3.txt, 3163-v4.txt, 3163.txt, system.log.gz > > > SlabAllocator will OOM with stress at around 5.5M rows, which in this configuration is roughly 3.3M rows per node. Reverting to the HeapAllocator allowed all 10M rows to finish. Examining the SA heap dump in MAT just shows ~98% of the heap is in 'remainder' -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira