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 C44E110ABD for ; Tue, 25 Feb 2014 13:42:33 +0000 (UTC) Received: (qmail 16674 invoked by uid 500); 25 Feb 2014 13:42:30 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 16524 invoked by uid 500); 25 Feb 2014 13:42:29 -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 16414 invoked by uid 99); 25 Feb 2014 13:42:23 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 13:42:23 +0000 Date: Tue, 25 Feb 2014 13:42:23 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CASSANDRA-6541) New versions of Hotspot create new Class objects on every JMX connection causing the heap to fill up with them if CMSClassUnloadingEnabled isn't set. 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/CASSANDRA-6541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-6541: ----------------------------------------- Assignee: Michael Shuler I volunteer [~mshuler] :) > New versions of Hotspot create new Class objects on every JMX connection causing the heap to fill up with them if CMSClassUnloadingEnabled isn't set. > ----------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-6541 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6541 > Project: Cassandra > Issue Type: Bug > Components: Config > Reporter: jonathan lacefield > Assignee: Michael Shuler > Priority: Minor > > Newer versions of Oracle's Hotspot JVM , post 6u43 (maybe earlier) and 7u25 (maybe earlier), are experiencing issues with GC and JMX where heap slowly fills up overtime until OOM or a full GC event occurs, specifically when CMS is leveraged. Adding: > {noformat} > JVM_OPTS="$JVM_OPTS -XX:+CMSClassUnloadingEnabled" > {noformat} > The the options in cassandra-env.sh alleviates the problem. -- This message was sent by Atlassian JIRA (v6.1.5#6160)