You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "paul cannon (JIRA)" <ji...@apache.org> on 2012/08/05 05:28:02 UTC

[jira] [Created] (CASSANDRA-4491) cqlsh needs to use system.local instead of system.Versions

paul cannon created CASSANDRA-4491:
--------------------------------------

             Summary: cqlsh needs to use system.local instead of system.Versions
                 Key: CASSANDRA-4491
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4491
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.2
            Reporter: paul cannon
            Assignee: paul cannon
            Priority: Minor
             Fix For: 1.2


Apparently the system.Versions table was removed as part of CASSANDRA-4018. cqlsh in 1.2 should use system.local preferentially, and fall back on system.Versions to keep backwards compatibility with older c*.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-4491) cqlsh needs to use system.local instead of system.Versions

Posted by "paul cannon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

paul cannon updated CASSANDRA-4491:
-----------------------------------

    Description: 
Apparently the system.Versions table was removed as part of CASSANDRA-4018. cqlsh in 1.2 should use system.local preferentially, and fall back on system.Versions to keep backwards compatibility with older c*.

Also changed in 4018: all the system.schema_* CFs now use columns named "keyspace_name", "columnfamily_name", and "column_name" instead of "keyspace", "columnfamily", and "column".

  was:Apparently the system.Versions table was removed as part of CASSANDRA-4018. cqlsh in 1.2 should use system.local preferentially, and fall back on system.Versions to keep backwards compatibility with older c*.

         Labels: cqlsh  (was: )
    
> cqlsh needs to use system.local instead of system.Versions
> ----------------------------------------------------------
>
>                 Key: CASSANDRA-4491
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4491
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2
>            Reporter: paul cannon
>            Assignee: paul cannon
>            Priority: Minor
>              Labels: cqlsh
>             Fix For: 1.2
>
>
> Apparently the system.Versions table was removed as part of CASSANDRA-4018. cqlsh in 1.2 should use system.local preferentially, and fall back on system.Versions to keep backwards compatibility with older c*.
> Also changed in 4018: all the system.schema_* CFs now use columns named "keyspace_name", "columnfamily_name", and "column_name" instead of "keyspace", "columnfamily", and "column".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CASSANDRA-4491) cqlsh needs to use system.local instead of system.Versions

Posted by "Sylvain Lebresne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sylvain Lebresne resolved CASSANDRA-4491.
-----------------------------------------

    Resolution: Fixed

I've committed the first 2 patches then.
                
> cqlsh needs to use system.local instead of system.Versions
> ----------------------------------------------------------
>
>                 Key: CASSANDRA-4491
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4491
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2.0 beta 1
>            Reporter: paul cannon
>            Assignee: paul cannon
>            Priority: Minor
>              Labels: cqlsh
>             Fix For: 1.2.0 beta 1
>
>
> Apparently the system.Versions table was removed as part of CASSANDRA-4018. cqlsh in 1.2 should use system.local preferentially, and fall back on system.Versions to keep backwards compatibility with older c*.
> Also changed in 4018: all the system.schema_* CFs now use columns named "keyspace_name", "columnfamily_name", and "column_name" instead of "keyspace", "columnfamily", and "column".
> While we're at it, let's update the cql3 table structure parsing and the DESCRIBE command for the recent Cassandra changes too.

--
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

[jira] [Reopened] (CASSANDRA-4491) cqlsh needs to use system.local instead of system.Versions

Posted by "paul cannon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

paul cannon reopened CASSANDRA-4491:
------------------------------------


Sorry, my fault for not being clear: this change involved multiple commits. Three, in this case. The last one got in right.
                
> cqlsh needs to use system.local instead of system.Versions
> ----------------------------------------------------------
>
>                 Key: CASSANDRA-4491
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4491
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2.0 beta 1
>            Reporter: paul cannon
>            Assignee: paul cannon
>            Priority: Minor
>              Labels: cqlsh
>             Fix For: 1.2.0 beta 1
>
>
> Apparently the system.Versions table was removed as part of CASSANDRA-4018. cqlsh in 1.2 should use system.local preferentially, and fall back on system.Versions to keep backwards compatibility with older c*.
> Also changed in 4018: all the system.schema_* CFs now use columns named "keyspace_name", "columnfamily_name", and "column_name" instead of "keyspace", "columnfamily", and "column".
> While we're at it, let's update the cql3 table structure parsing and the DESCRIBE command for the recent Cassandra changes too.

--
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

[jira] [Updated] (CASSANDRA-4491) cqlsh needs to use system.local instead of system.Versions

Posted by "paul cannon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

paul cannon updated CASSANDRA-4491:
-----------------------------------

    Description: 
Apparently the system.Versions table was removed as part of CASSANDRA-4018. cqlsh in 1.2 should use system.local preferentially, and fall back on system.Versions to keep backwards compatibility with older c*.

Also changed in 4018: all the system.schema_* CFs now use columns named "keyspace_name", "columnfamily_name", and "column_name" instead of "keyspace", "columnfamily", and "column".

While we're at it, let's update the cql3 table structure parsing and the DESCRIBE command for the recent Cassandra changes too.

  was:
Apparently the system.Versions table was removed as part of CASSANDRA-4018. cqlsh in 1.2 should use system.local preferentially, and fall back on system.Versions to keep backwards compatibility with older c*.

Also changed in 4018: all the system.schema_* CFs now use columns named "keyspace_name", "columnfamily_name", and "column_name" instead of "keyspace", "columnfamily", and "column".

    
> cqlsh needs to use system.local instead of system.Versions
> ----------------------------------------------------------
>
>                 Key: CASSANDRA-4491
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4491
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2.0 beta 1
>            Reporter: paul cannon
>            Assignee: paul cannon
>            Priority: Minor
>              Labels: cqlsh
>             Fix For: 1.2.0
>
>
> Apparently the system.Versions table was removed as part of CASSANDRA-4018. cqlsh in 1.2 should use system.local preferentially, and fall back on system.Versions to keep backwards compatibility with older c*.
> Also changed in 4018: all the system.schema_* CFs now use columns named "keyspace_name", "columnfamily_name", and "column_name" instead of "keyspace", "columnfamily", and "column".
> While we're at it, let's update the cql3 table structure parsing and the DESCRIBE command for the recent Cassandra changes too.

--
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