You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stu Hood (JIRA)" <ji...@apache.org> on 2010/07/27 01:15:16 UTC

[jira] Commented: (CASSANDRA-1308) Switch Migrations Serialization to Avro

    [ https://issues.apache.org/jira/browse/CASSANDRA-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892534#action_12892534 ] 

Stu Hood commented on CASSANDRA-1308:
-------------------------------------

Shoot. It's already looking like the decision to re-use the KsDef and CfDef from the public interface was a bad idea: this ticket will involve adding a lot of records that we don't want in the public API:
* (Add|Drop|Rename)ColumnFamily
* (Add|Drop|Rename)Keyspace
* A named union/record that can contain any of those records

Since Avro protocols can't refer to records/schemas defined in other protocols, these objects must be defined in the same protocol as some private KsDef/CfDef objects.

> Switch Migrations Serialization to Avro
> ---------------------------------------
>
>                 Key: CASSANDRA-1308
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1308
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Stu Hood
>            Assignee: Stu Hood
>             Fix For: 0.7 beta 1
>
>
> Since the Migrations framework is new in 0.7, it would be nice to finalize its serialization before anything goes out the door.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.