Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 11512 invoked from network); 12 Jul 2009 23:25:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jul 2009 23:25:29 -0000 Received: (qmail 844 invoked by uid 500); 12 Jul 2009 23:25:39 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 797 invoked by uid 500); 12 Jul 2009 23:25:39 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 787 invoked by uid 99); 12 Jul 2009 23:25:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jul 2009 23:25:39 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jul 2009 23:25:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0E53B234C004 for ; Sun, 12 Jul 2009 16:25:15 -0700 (PDT) Message-ID: <2027890928.1247441115044.JavaMail.jira@brutus> Date: Sun, 12 Jul 2009 16:25:15 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-1648) heap usage and limit reporting doesn't work as expected when using G1 GC In-Reply-To: <621829775.1247390714792.JavaMail.jira@brutus> 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-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730166#action_12730166 ] stack commented on HBASE-1648: ------------------------------ If you set mx and ms (the minimum size on startup) == 1000m, does that help? > heap usage and limit reporting doesn't work as expected when using G1 GC > ------------------------------------------------------------------------ > > Key: HBASE-1648 > URL: https://issues.apache.org/jira/browse/HBASE-1648 > Project: Hadoop HBase > Issue Type: Bug > Environment: Linux Centos x86_64 5.3, Sun JDK 1.6.0_14 (HotSpot 64-Bit Server VM build 14.0-b16) > Reporter: Andrew Purtell > Priority: Minor > > Getting some early experience with the G1 GC. > Running with -Xmx1000m and HBASE_OPTS set to "-XX:+UnlockExperimentalVMOpts -XX:+UseG1GC". Regionserver heap use reports are not of much use: > {noformat} > hbase(main):001:0> status 'simple' > 3 live servers > test3:60020 1247389283042 > requests=0, regions=1, usedHeap=0, maxHeap=41 > test2:60020 1247389219994 > requests=0, regions=1, usedHeap=0, maxHeap=41 > test4:60020 1247389324563 > requests=0, regions=2, usedHeap=0, maxHeap=41 > 0 dead servers > {noformat} > top is about right: > {noformat} > PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND > 23988 hadoop 24 0 1492m 98m 10m S 0.0 2.5 0:02.65 java > {noformat} > Incidentally, don't try -XX:+UseG1GC and -XX:+DoEscapeAnalysis together or the JVM will rapidly segfault. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.