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 0C8671070C for ; Tue, 26 Nov 2013 05:22:37 +0000 (UTC) Received: (qmail 79695 invoked by uid 500); 26 Nov 2013 05:22:36 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 79563 invoked by uid 500); 26 Nov 2013 05:22:36 -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 79546 invoked by uid 99); 26 Nov 2013 05:22:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Nov 2013 05:22:36 +0000 Date: Tue, 26 Nov 2013 05:22:36 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6231) Add snapshot disk space to cfstats 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-6231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13832333#comment-13832333 ] Jonathan Ellis commented on CASSANDRA-6231: ------------------------------------------- LGTM! Last thing, the size methods in CFSMBean are deprecated because we're moving to CFMetrics. Not much reason to add this to both places; let's just do it in metrics. (So it's probably easier to just do this for trunk since otherwise you'd have to do support both in nodecmd.) > Add snapshot disk space to cfstats > ---------------------------------- > > Key: CASSANDRA-6231 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6231 > Project: Cassandra > Issue Type: Bug > Reporter: Jonathan Ellis > Assignee: Mikhail Stepura > Priority: Minor > Labels: lhf > Attachments: CASSANDRA-2.0-6231-v2.patch, CASSANDRA-2.0-6231-v3.patch, CASSANDRA-2.0-6231.patch > > > As discussed in CASSANDRA-6179, this could help avoid some user confusion, especially when snapshots are autocreated for drop/truncate. -- This message was sent by Atlassian JIRA (v6.1#6144)