You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremy Hanna (JIRA)" <ji...@apache.org> on 2012/11/15 01:18:13 UTC

[jira] [Created] (CASSANDRA-4965) in cqlsh, alter table with compaction_strategy_class does nothing

Jeremy Hanna created CASSANDRA-4965:
---------------------------------------

             Summary: in cqlsh, alter table with compaction_strategy_class does nothing
                 Key: CASSANDRA-4965
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4965
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.1.6
            Reporter: Jeremy Hanna


The following cqlsh code appears to do nothing.
{code}
alter table blah with compaction_strategy_class = ‘LeveledCompactionStrategy’;
{code}

It completes as though it worked but when you describe the table, it's still STCS.

--
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] [Comment Edited] (CASSANDRA-4965) in cqlsh, alter table with compaction_strategy_class does nothing

Posted by "Aleksey Yeschenko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499986#comment-13499986 ] 

Aleksey Yeschenko edited comment on CASSANDRA-4965 at 11/19/12 1:55 AM:
------------------------------------------------------------------------

It's not a cqlsh issue. It's a CQL2 AlterTableStatement bug. Affects CQL2 1.1 and 1.2. Doesn't affect CQL3 in either C* version.
                
      was (Author: iamaleksey):
    It's not a cqlsh issue. It's CQL2 AlterTableStatement bug. Affects CQL2 1.1 and 1.2. Doesn't affect CQL3 in either C* version.
                  
> in cqlsh, alter table with compaction_strategy_class does nothing
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-4965
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4965
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.6, 1.2.0 beta 2
>            Reporter: Jeremy Hanna
>            Assignee: Aleksey Yeschenko
>             Fix For: 1.1.7, 1.2.0 rc1
>
>         Attachments: 4965.txt
>
>
> The following cqlsh code appears to do nothing.
> {code}
> alter table blah with compaction_strategy_class = ‘LeveledCompactionStrategy’;
> {code}
> It completes as though it worked but when you describe the table, it's still STCS.

--
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-4965) in cqlsh, alter table with compaction_strategy_class does nothing

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

Jonathan Ellis updated CASSANDRA-4965:
--------------------------------------

             Priority: Trivial  (was: Major)
    Affects Version/s:     (was: 1.2.0 beta 2)
                           (was: 1.1.6)
                       0.8.1

+1
                
> in cqlsh, alter table with compaction_strategy_class does nothing
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-4965
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4965
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.8.1
>            Reporter: Jeremy Hanna
>            Assignee: Aleksey Yeschenko
>            Priority: Trivial
>             Fix For: 1.1.7, 1.2.0 rc1
>
>         Attachments: 4965.txt
>
>
> The following cqlsh code appears to do nothing.
> {code}
> alter table blah with compaction_strategy_class = ‘LeveledCompactionStrategy’;
> {code}
> It completes as though it worked but when you describe the table, it's still STCS.

--
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] [Commented] (CASSANDRA-4965) in cqlsh, alter table with compaction_strategy_class does nothing

Posted by "Aleksey Yeschenko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499986#comment-13499986 ] 

Aleksey Yeschenko commented on CASSANDRA-4965:
----------------------------------------------

It's not a cqlsh issue. It's CQL2 AlterTableStatement bug. Affects CQL2 1.1 and 1.2. Doesn't affect CQL3 in either C* version.
                
> in cqlsh, alter table with compaction_strategy_class does nothing
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-4965
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4965
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.6, 1.2.0 beta 2
>            Reporter: Jeremy Hanna
>            Assignee: Aleksey Yeschenko
>             Fix For: 1.1.7, 1.2.0 rc1
>
>         Attachments: 4965.txt
>
>
> The following cqlsh code appears to do nothing.
> {code}
> alter table blah with compaction_strategy_class = ‘LeveledCompactionStrategy’;
> {code}
> It completes as though it worked but when you describe the table, it's still STCS.

--
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-4965) in cqlsh, alter table with compaction_strategy_class does nothing

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

Aleksey Yeschenko updated CASSANDRA-4965:
-----------------------------------------

             Reviewer: jbellis
          Component/s:     (was: Tools)
    Affects Version/s: 1.2.0 beta 2
        Fix Version/s: 1.2.0 rc1
                       1.1.7
    
> in cqlsh, alter table with compaction_strategy_class does nothing
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-4965
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4965
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.6, 1.2.0 beta 2
>            Reporter: Jeremy Hanna
>            Assignee: Aleksey Yeschenko
>             Fix For: 1.1.7, 1.2.0 rc1
>
>         Attachments: 4965.txt
>
>
> The following cqlsh code appears to do nothing.
> {code}
> alter table blah with compaction_strategy_class = ‘LeveledCompactionStrategy’;
> {code}
> It completes as though it worked but when you describe the table, it's still STCS.

--
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-4965) in cqlsh, alter table with compaction_strategy_class does nothing

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

Aleksey Yeschenko updated CASSANDRA-4965:
-----------------------------------------

    Attachment: 4965.txt
    
> in cqlsh, alter table with compaction_strategy_class does nothing
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-4965
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4965
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.1.6
>            Reporter: Jeremy Hanna
>            Assignee: Aleksey Yeschenko
>         Attachments: 4965.txt
>
>
> The following cqlsh code appears to do nothing.
> {code}
> alter table blah with compaction_strategy_class = ‘LeveledCompactionStrategy’;
> {code}
> It completes as though it worked but when you describe the table, it's still STCS.

--
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] [Assigned] (CASSANDRA-4965) in cqlsh, alter table with compaction_strategy_class does nothing

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

Aleksey Yeschenko reassigned CASSANDRA-4965:
--------------------------------------------

    Assignee: Aleksey Yeschenko
    
> in cqlsh, alter table with compaction_strategy_class does nothing
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-4965
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4965
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.1.6
>            Reporter: Jeremy Hanna
>            Assignee: Aleksey Yeschenko
>
> The following cqlsh code appears to do nothing.
> {code}
> alter table blah with compaction_strategy_class = ‘LeveledCompactionStrategy’;
> {code}
> It completes as though it worked but when you describe the table, it's still STCS.

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