You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Black (JIRA)" <ji...@apache.org> on 2010/06/07 04:25:53 UTC

[jira] Created: (CASSANDRA-1168) system_drop_column_family() and system_rename_column_family() should not take keyspace args

system_drop_column_family() and system_rename_column_family() should not take keyspace args
-------------------------------------------------------------------------------------------

                 Key: CASSANDRA-1168
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1168
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.7
            Reporter: Benjamin Black
            Priority: Minor


With the addition of set_keyspace(), things that are scoped by keyspace should no longer take keyspace args.  system_add_column_family() is correct in only taking a cf_def.  system_drop_column_family() and system_rename_column_family() should be changed to match.


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


[jira] Commented: (CASSANDRA-1168) system_drop_column_family() and system_rename_column_family() should not take keyspace args

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

Hudson commented on CASSANDRA-1168:
-----------------------------------

Integrated in Cassandra #460 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/460/])
    remove keyspace args from some system calls. patch by Matthew Dennis, reviewed by Gary Dusbabek. CASSANDRA-1168


> system_drop_column_family() and system_rename_column_family() should not take keyspace args
> -------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1168
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1168
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7
>            Reporter: Benjamin Black
>            Assignee: Matthew F. Dennis
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-trunk-1168.patch
>
>
> With the addition of set_keyspace(), things that are scoped by keyspace should no longer take keyspace args.  system_add_column_family() is correct in only taking a cf_def.  system_drop_column_family() and system_rename_column_family() should be changed to match.

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


[jira] Updated: (CASSANDRA-1168) system_drop_column_family() and system_rename_column_family() should not take keyspace args

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

Jonathan Ellis updated CASSANDRA-1168:
--------------------------------------

         Assignee: Matthew F. Dennis
    Fix Version/s: 0.7

> system_drop_column_family() and system_rename_column_family() should not take keyspace args
> -------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1168
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1168
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7
>            Reporter: Benjamin Black
>            Assignee: Matthew F. Dennis
>            Priority: Minor
>             Fix For: 0.7
>
>
> With the addition of set_keyspace(), things that are scoped by keyspace should no longer take keyspace args.  system_add_column_family() is correct in only taking a cf_def.  system_drop_column_family() and system_rename_column_family() should be changed to match.

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


[jira] Commented: (CASSANDRA-1168) system_drop_column_family() and system_rename_column_family() should not take keyspace args

Posted by "Matthew F. Dennis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876869#action_12876869 ] 

Matthew F. Dennis commented on CASSANDRA-1168:
----------------------------------------------

wiki updated

> system_drop_column_family() and system_rename_column_family() should not take keyspace args
> -------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1168
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1168
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7
>            Reporter: Benjamin Black
>            Assignee: Matthew F. Dennis
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-trunk-1168.patch
>
>
> With the addition of set_keyspace(), things that are scoped by keyspace should no longer take keyspace args.  system_add_column_family() is correct in only taking a cf_def.  system_drop_column_family() and system_rename_column_family() should be changed to match.

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


[jira] Updated: (CASSANDRA-1168) system_drop_column_family() and system_rename_column_family() should not take keyspace args

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

Matthew F. Dennis updated CASSANDRA-1168:
-----------------------------------------

    Attachment: 0001-trunk-1168.patch

in addition to system_drop_column_family and system_rename_column_family, the keyspace param was also removed from truncate

Once committed, I'll update the wiki at http://wiki.apache.org/cassandra/API - are there other places that require doc updates? 

> system_drop_column_family() and system_rename_column_family() should not take keyspace args
> -------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1168
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1168
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7
>            Reporter: Benjamin Black
>            Assignee: Matthew F. Dennis
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 0001-trunk-1168.patch
>
>
> With the addition of set_keyspace(), things that are scoped by keyspace should no longer take keyspace args.  system_add_column_family() is correct in only taking a cf_def.  system_drop_column_family() and system_rename_column_family() should be changed to match.

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