Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 65484 invoked from network); 20 Jan 2011 18:14:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2011 18:14:10 -0000 Received: (qmail 31649 invoked by uid 500); 20 Jan 2011 18:14:10 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 31547 invoked by uid 500); 20 Jan 2011 18:14:08 -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 31539 invoked by uid 99); 20 Jan 2011 18:14:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jan 2011 18:14:08 +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, 20 Jan 2011 18:14:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0KIDic6024772 for ; Thu, 20 Jan 2011 18:13:44 GMT Message-ID: <7806696.86451295547224574.JavaMail.jira@thor> Date: Thu, 20 Jan 2011 13:13:44 -0500 (EST) From: "Todd Lipcon (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-3455) Heap fragmentation in region server In-Reply-To: <7608788.86351295546983949.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/HBASE-3455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-3455: ------------------------------- Attachment: parse-fls-statistics.py Here's the python script I use to convert the FLS statistics log into a TSV format for graphing. I was using the following flags with JVM 6u23: -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintTenuringDistribution -verbose:gc -Xloggc:$HBASE_HOME/logs/gc-$(hostname)-hbase.log -XX:PrintCMSStatistics=1 -XX:PrintFLSStatistics=1 Might need to fiddle with the regex in the script if you use different flags or a different JVM release. > Heap fragmentation in region server > ----------------------------------- > > Key: HBASE-3455 > URL: https://issues.apache.org/jira/browse/HBASE-3455 > Project: HBase > Issue Type: Brainstorming > Components: performance, regionserver > Reporter: Todd Lipcon > Priority: Critical > Attachments: HBasefragmentation.pdf, parse-fls-statistics.py > > > Stop-the-world GC pauses have long been a problem in HBase. "Concurrent mode failures" can usually be tuned around by setting the initiating occupancy fraction low, but eventually the heap becomes fragmented and a promotion failure occurs. > This JIRA is to do research/experiments about the heap fragmentation issue and possible solutions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.