Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 34411 invoked from network); 4 Mar 2010 17:58:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Mar 2010 17:58:00 -0000 Received: (qmail 31575 invoked by uid 500); 4 Mar 2010 17:57:49 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 31560 invoked by uid 500); 4 Mar 2010 17:57:49 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 31552 invoked by uid 99); 4 Mar 2010 17:57:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 17:57:49 +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; Thu, 04 Mar 2010 17:57:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 494ED234C4BB for ; Thu, 4 Mar 2010 17:57:27 +0000 (UTC) Message-ID: <863615835.74561267725447299.JavaMail.jira@brutus.apache.org> Date: Thu, 4 Mar 2010 17:57:27 +0000 (UTC) From: "Brandon Williams (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Updated: (CASSANDRA-813) add some kind of logging of GC activity In-Reply-To: <1312567563.409121266640167914.JavaMail.jira@brutus.apache.org> 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/CASSANDRA-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-813: --------------------------------------- Attachment: 813-v3.txt It seems to me the simplest thing to do is add a threshold for the minimum amount of time a GC must take before we log it. This cuts out the ParNew logging but still retains CMS, or any future GC that spends too much time GCing. > add some kind of logging of GC activity > --------------------------------------- > > Key: CASSANDRA-813 > URL: https://issues.apache.org/jira/browse/CASSANDRA-813 > Project: Cassandra > Issue Type: Task > Reporter: Jonathan Ellis > Assignee: Brandon Williams > Priority: Minor > Fix For: 0.6 > > Attachments: 0001_log_gc_stats.txt, 813-v2.txt, 813-v3.txt > > > "help, my node froze when i hammered it too hard" is a faq. before we have CASSANDRA-685 it would be nice to make it obvious what is going on w/ gc storms. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.