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 E4C7B105E0 for ; Fri, 22 Nov 2013 19:12:35 +0000 (UTC) Received: (qmail 80975 invoked by uid 500); 22 Nov 2013 19:12:35 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 80908 invoked by uid 500); 22 Nov 2013 19:12:35 -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 80882 invoked by uid 99); 22 Nov 2013 19:12:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Nov 2013 19:12:35 +0000 Date: Fri, 22 Nov 2013 19:12:35 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6356) Proposal: Statistics.db (SSTableMetadata) format change 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-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13830241#comment-13830241 ] Brandon Williams commented on CASSANDRA-6356: --------------------------------------------- I kind of like that, in a pinch, you can use the DIGEST component by itself offline in shell to validate your sstables and/or find corruption if need be. > Proposal: Statistics.db (SSTableMetadata) format change > ------------------------------------------------------- > > Key: CASSANDRA-6356 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6356 > Project: Cassandra > Issue Type: Improvement > Reporter: Yuki Morishita > Assignee: Yuki Morishita > Priority: Minor > Fix For: 2.1 > > > We started to distinguish what's loaded to heap, and what's not from Statistics.db. For now, ancestors are loaded as they needed. > Current serialization format is so adhoc that adding new metadata that are not permanently hold onto memory is somewhat difficult and messy. I propose to change serialization format so that a group of stats can be loaded as needed. -- This message was sent by Atlassian JIRA (v6.1#6144)