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 4FEDE9A55 for ; Sat, 13 Dec 2014 08:35:14 +0000 (UTC) Received: (qmail 94672 invoked by uid 500); 13 Dec 2014 08:35:14 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 94623 invoked by uid 500); 13 Dec 2014 08:35:14 -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 94316 invoked by uid 99); 13 Dec 2014 08:35:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Dec 2014 08:35:14 +0000 Date: Sat, 13 Dec 2014 08:35:13 +0000 (UTC) From: "Philo Yang (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CASSANDRA-8477) CMS GC can not recycle objects 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-8477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245237#comment-14245237 ] Philo Yang edited comment on CASSANDRA-8477 at 12/13/14 8:35 AM: ----------------------------------------------------------------- The size of old gen in the node with gc trouble rise very fast, if I disable autocompaction, the rising become much slower and it will be recycled by CMS gc I'm uploading heap dump file was (Author: yangzhe1991): The old gen in the node with gc trouble rise very fast, if I disable autocompaction, the rising become much slower. I'm uploading heap dump file > CMS GC can not recycle objects > ------------------------------ > > Key: CASSANDRA-8477 > URL: https://issues.apache.org/jira/browse/CASSANDRA-8477 > Project: Cassandra > Issue Type: Bug > Components: Core > Environment: 2.1.1 or 2.1.2-SNAPSHOT(after CASSANDRA-8459 resolved) > Reporter: Philo Yang > Attachments: cassandra.yaml, histo.txt, jstack.txt, system.log > > > I have a trouble in my cluster that CMS full gc can not reduce the size of old gen. Days ago I post this problem to the maillist, people think it will be solved by tuning the gc setting, however it doesn't work for me. > Then I saw a similar bug in CASSANDRA-8447, but [~benedict] think it is not related. With the jstack on https://gist.github.com/yangzhe1991/755ea2a10520be1fe59a, [~benedict] find a bug and resolved it in CASSANDRA-8459. So I build a latest version on 2.1 branch and run the SNAPSHOT version on the nodes with gc trouble. > However, there is still the gc issue. So I think opening a new tick and post more information is a good idea. Thanks for helping me. -- This message was sent by Atlassian JIRA (v6.3.4#6332)