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 8C9C21123B for ; Fri, 8 Aug 2014 02:39:13 +0000 (UTC) Received: (qmail 10383 invoked by uid 500); 8 Aug 2014 02:39:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 10328 invoked by uid 500); 8 Aug 2014 02:39:13 -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 10315 invoked by uid 99); 8 Aug 2014 02:39:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2014 02:39:13 +0000 Date: Fri, 8 Aug 2014 02:39:13 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11678) BucketCache ramCache fills heap after running a few hours 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-11678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090218#comment-14090218 ] Hudson commented on HBASE-11678: -------------------------------- SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #415 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/415/]) HBASE-11678 BucketCache ramCache fills heap after running a few hours (stack: rev a41eca43e34dee7570e94a4f62080b4b541fbe7a) * hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketWriterThread.java * hbase-server/src/test/java/org/apache/hadoop/hbase/procedure/TestProcedureManager.java * hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java * hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketAllocator.java * hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestProtoBufRpc.java * hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/LruBlockCache.java * hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestIPC.java HBASE-11678 BucketCache ramCache fills heap after running a few hours -- 0.98 addendum (stack: rev b8e7c61645404d50fb247307ea590f71a6a7472e) * hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java > BucketCache ramCache fills heap after running a few hours > --------------------------------------------------------- > > Key: HBASE-11678 > URL: https://issues.apache.org/jira/browse/HBASE-11678 > Project: HBase > Issue Type: Bug > Components: BlockCache > Affects Versions: 0.99.0, 0.98.5, 2.0.0 > Reporter: stack > Assignee: stack > Priority: Critical > Fix For: 0.99.0, 2.0.0, 0.98.6 > > Attachments: 0001-When-we-failed-add-an-entry-failing-with-a-CacheFull.patch, 11678v2.txt, 11678v2.txt, 11678v3.098.txt, 11678v3.txt, 11678v3.txt, gc_crash_unevenblocks_with_lots_of_evictions.png, gc_over_12_hours_unevenblocks_with_lots_of_evictions.png > > > Testing BucketCache, my heap filled after running for hours. Dumping heap, culprit is the ramCache Map in BucketCache. Tried running with more writer threads but made no difference. Trying to figure now how our accounting is going wonky. -- This message was sent by Atlassian JIRA (v6.2#6252)