Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 40892 invoked from network); 8 Oct 2009 08:55:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Oct 2009 08:55:37 -0000 Received: (qmail 35311 invoked by uid 500); 8 Oct 2009 08:55:37 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 35293 invoked by uid 500); 8 Oct 2009 08:55:37 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 35282 invoked by uid 99); 8 Oct 2009 08:55:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 08:55:37 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [90.185.1.42] (HELO smtp.fullrate.dk) (90.185.1.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 08:55:26 +0000 Received: from [192.168.100.201] (2805ds4-fb.0.fullrate.dk [90.184.160.23]) by smtp.fullrate.dk (Postfix) with ESMTP id BD61C9D2E3 for ; Thu, 8 Oct 2009 10:55:05 +0200 (CEST) From: Dan Larsen Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Subject: Quick nodeprobe question Date: Thu, 8 Oct 2009 10:55:04 +0200 Message-Id: To: cassandra-user@incubator.apache.org Mime-Version: 1.0 (Apple Message framework v1076) X-Mailer: Apple Mail (2.1076) X-Virus-Checked: Checked by ClamAV on apache.org Every time cassandra does a flush, the dbs grows, but nothing happens to the commitlog Am I missing something? Isn't the commitlog suppose to get truncated at some point? Is there a way to flush the commitlog to the dbs and truncate the commitlog? I have tried pushing the forceflush() from the jconsole ui, but the commitlog still doesn't get truncated... Thanks! Dan