Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 93242 invoked from network); 4 Mar 2010 04:38:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Mar 2010 04:38:00 -0000 Received: (qmail 49013 invoked by uid 500); 4 Mar 2010 04:37:51 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 48996 invoked by uid 500); 4 Mar 2010 04:37:51 -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 48988 invoked by uid 99); 4 Mar 2010 04:37:51 -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 04:37:51 +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 04:37:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D8EE5234C4BC for ; Thu, 4 Mar 2010 04:37:27 +0000 (UTC) Message-ID: <1510377522.57381267677447887.JavaMail.jira@brutus.apache.org> Date: Thu, 4 Mar 2010 04:37:27 +0000 (UTC) From: "Jonathan Ellis (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 ] Jonathan Ellis updated CASSANDRA-813: ------------------------------------- Attachment: 813-v2.txt cleaned up some. unsolved problem: do we want to log ParNew as debug, while leaving ConcurrentMarkSweep at INFO? ParNew is pretty aggressive in my testing, spamming the logs with that isn't very useful. But, people may experiment w/ different gc types (e.g. G1) so hardcoding this seems Bad. But maybe we should let the first person who wants to experiment w/ G1 deal with that. :) semi-related interesting thread from Voldemort on GC settings: http://groups.google.com/group/project-voldemort/browse_thread/thread/24230399a0d34dc8/d893fb5bcaf0d173?#d893fb5bcaf0d173 > 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 > > > "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.