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 3DAE217D82 for ; Fri, 7 Nov 2014 18:46:34 +0000 (UTC) Received: (qmail 53046 invoked by uid 500); 7 Nov 2014 18:46:34 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 53008 invoked by uid 500); 7 Nov 2014 18:46:34 -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 52988 invoked by uid 99); 7 Nov 2014 18:46:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2014 18:46:34 +0000 Date: Fri, 7 Nov 2014 18:46:33 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-8261) Clean up schema metadata classes 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-8261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-8261: ----------------------------------------- Attachment: (was: 8261-isolate-hadcoded-system-tables.txt) > Clean up schema metadata classes > -------------------------------- > > Key: CASSANDRA-8261 > URL: https://issues.apache.org/jira/browse/CASSANDRA-8261 > Project: Cassandra > Issue Type: Improvement > Reporter: Aleksey Yeschenko > Assignee: Aleksey Yeschenko > Priority: Minor > Fix For: 3.0 > > Attachments: 8261-isolate-hadcoded-system-tables.txt, 8261-isolate-thrift-code.txt > > > While working on CASSANDRA-6717, I've made some general cleanup changes to schema metadata classes - distracted from the core purpose. Also, being distracted from it by other things, every time I come back to it gives me a bit of a rebase hell. > Thus I'm isolating those changes into a separate issue here, hoping to commit them one by one, before I go back and finalize CASSANDRA-6717. > The changes include: > - moving all the toThrift/fromThrift conversion code to ThriftConversion, where it belongs > - moving the complied system CFMetaData objects away from CFMetaData (to SystemKeyspace and TracesKeyspace) > - isolating legacy toSchema/fromSchema code into a separate class (LegacySchemaTables - former DefsTables) > - refactoring CFMetaData/KSMetaData fields to match CQL CREATE TABLE syntax, and encapsulating more things in CompactionOptions/CompressionOptions/ReplicationOptions classes > - moving the definition classes to the new 'schema' package -- This message was sent by Atlassian JIRA (v6.3.4#6332)