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 1F017178E3 for ; Wed, 11 Mar 2015 03:51:28 +0000 (UTC) Received: (qmail 9356 invoked by uid 500); 11 Mar 2015 03:50:54 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 9322 invoked by uid 500); 11 Mar 2015 03:50:54 -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 9309 invoked by uid 99); 11 Mar 2015 03:50:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2015 03:50:54 +0000 Date: Wed, 11 Mar 2015 03:50:54 +0000 (UTC) From: "yangwei (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-8937) add liveSSTableCount metrics at keyspace level 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-8937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356216#comment-14356216 ] yangwei commented on CASSANDRA-8937: ------------------------------------ Thanks for the review. It was based on trunk. I'll give a 2.1 based patch. > add liveSSTableCount metrics at keyspace level > ---------------------------------------------- > > Key: CASSANDRA-8937 > URL: https://issues.apache.org/jira/browse/CASSANDRA-8937 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: yangwei > Assignee: yangwei > Priority: Minor > Fix For: 2.1.4 > > Attachments: 0001-add-liveSSTableCount-metrics-at-keyspace-level.patch > > > We currently don't have liveSSTableCount metrics aggregated at keyspace level. If many sstables exists and we can't realize it earlier, cassandra will oom while doing scanning operations. It would be nice and easy to aggregate it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)