Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 74499 invoked from network); 12 Aug 2009 01:13:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Aug 2009 01:13:36 -0000 Received: (qmail 92660 invoked by uid 500); 12 Aug 2009 01:13:43 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 92636 invoked by uid 500); 12 Aug 2009 01:13:43 -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 92626 invoked by uid 99); 12 Aug 2009 01:13:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2009 01:13:43 +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; Wed, 12 Aug 2009 01:13:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 658DA29A0042 for ; Tue, 11 Aug 2009 18:12:17 -0700 (PDT) Message-ID: <158739438.1250039537415.JavaMail.jira@brutus> Date: Tue, 11 Aug 2009 18:12:17 -0700 (PDT) From: "Michael Greene (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Updated: (CASSANDRA-224) Encapsulate SSTable, SequenceFile better In-Reply-To: <1408140356.1244572327347.JavaMail.jira@brutus> 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-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Greene updated CASSANDRA-224: ------------------------------------- Component/s: Core > Encapsulate SSTable, SequenceFile better > ---------------------------------------- > > Key: CASSANDRA-224 > URL: https://issues.apache.org/jira/browse/CASSANDRA-224 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Jonathan Ellis > Assignee: Jonathan Ellis > Fix For: 0.4 > > Attachments: 0001-CASSANDRA-224-r-m-unused-code-dealing-with-sstables-a.txt, 0002-refactor-read-only-constructor-to-SSTable.open.txt, 0003-encapsulate-index.txt, 0004-encapsulate-bloom-filter.txt, 0005-make-static-methods-of-SSTable-that-take-a-filename-an.txt > > > All kinds of code needs to know about the inner workings of SSTable to work. A major cause is passing around SSTable filenames instead of objects. Thanks to CASSANDRA-208 I feel like I have a good enough understanding of the code here to refactor more than superficially. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.