You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2013/09/18 14:02:52 UTC

[jira] [Commented] (CASSANDRA-6009) Migrate pre-2.0 key/value/column aliases to system.schema_columns

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

Sylvain Lebresne commented on CASSANDRA-6009:
---------------------------------------------

+1 (but let's not commit in 2.1 since 2.0 will be an obligatory stop; startup is slow enough as it is)

[~ksaritek] Altering the tables on which cqlsh is unhappy should do the trick (you could alter the 'comment' property for instance).
                
> Migrate pre-2.0 key/value/column aliases to system.schema_columns
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-6009
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6009
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core, Tools
>         Environment: cassandra 2.0, jdk 7
>            Reporter: koray sariteke
>            Assignee: Aleksey Yeschenko
>             Fix For: 2.0.1
>
>         Attachments: 6009.txt
>
>
> upgrade cassandra from 1.2.6 to 1.2.9 first,
> then upgrade from 1.2.9 to 2.0.0 as documented at cassandra upgrade doc
> describe command is not giving table definition properly
> cqlsh:datadb> DESCRIBE KEYSPACE demoks ;
> CREATE KEYSPACE demoks WITH replication = {
>   'class': 'SimpleStrategy',
>   'replication_factor': '2'
> };
> USE demoks;
> CREATE TABLE demodb (
>   description text,
>   symbol text,
> list index out of range
>   PRIMARY KEY (cqlsh:datadb>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira