Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F7BF1081D for ; Wed, 19 Mar 2014 21:09:36 +0000 (UTC) Received: (qmail 25067 invoked by uid 500); 19 Mar 2014 21:09:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 24519 invoked by uid 500); 19 Mar 2014 21:08:56 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 24344 invoked by uid 99); 19 Mar 2014 21:08:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2014 21:08:53 +0000 Date: Wed, 19 Mar 2014 21:08:53 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HBASE-10792) RingBufferTruck does not release its payload 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/HBASE-10792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk reassigned HBASE-10792: ------------------------------------ Assignee: Nick Dimiduk > RingBufferTruck does not release its payload > -------------------------------------------- > > Key: HBASE-10792 > URL: https://issues.apache.org/jira/browse/HBASE-10792 > Project: HBase > Issue Type: Bug > Components: Performance, wal > Affects Versions: 0.99.0 > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Attachments: HBASE-10792.00.patch > > > Run a write-heavy workload (PerfEval sequentialWrite) out of a trunk sandbox and watch as HBase eventually dies with an OOM: heap space. Examining the heap dump shows an extremely large retained size of KeyValue and RingBufferTrunk instances. By my eye, the default value of {{hbase.regionserver.wal.disruptor.event.count}} is too large for such a small default heap size, or the RBT instances need to release their payloads after consumers retrieve them. -- This message was sent by Atlassian JIRA (v6.2#6252)