You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Eric Evans (JIRA)" <ji...@apache.org> on 2009/07/10 23:51:14 UTC

[jira] Created: (CASSANDRA-289) deprecate thrift get/set commands in cli

deprecate thrift get/set commands in cli
----------------------------------------

                 Key: CASSANDRA-289
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-289
             Project: Cassandra
          Issue Type: Bug
            Reporter: Eric Evans


Currently the cli supports "thrift {get,set}" and just "{get,set}", the former uses the usual thrift rpcs, the latter is CQL which is passed to executeQuery(). Having both is unnecessary and creates an extra code path to maintain.

Of the two, I think it makes the most sense to leave the CQL version and remove the "thrift" versions (which are in fact already marked as deprecated in the help output).

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


[jira] Updated: (CASSANDRA-289) deprecate thrift get/set commands in cli

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

Jonathan Ellis updated CASSANDRA-289:
-------------------------------------

    Component/s:     (was: Core)
                 Tools

> deprecate thrift get/set commands in cli
> ----------------------------------------
>
>                 Key: CASSANDRA-289
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-289
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>
> Currently the cli supports "thrift {get,set}" and just "{get,set}", the former uses the usual thrift rpcs, the latter is CQL which is passed to executeQuery(). Having both is unnecessary and creates an extra code path to maintain.
> Of the two, I think it makes the most sense to leave the CQL version and remove the "thrift" versions (which are in fact already marked as deprecated in the help output).

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


[jira] Resolved: (CASSANDRA-289) deprecate thrift get/set commands in cli

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

Jonathan Ellis resolved CASSANDRA-289.
--------------------------------------

    Resolution: Invalid
      Assignee:     (was: Eric Evans)

> deprecate thrift get/set commands in cli
> ----------------------------------------
>
>                 Key: CASSANDRA-289
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-289
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Eric Evans
>
> Currently the cli supports "thrift {get,set}" and just "{get,set}", the former uses the usual thrift rpcs, the latter is CQL which is passed to executeQuery(). Having both is unnecessary and creates an extra code path to maintain.
> Of the two, I think it makes the most sense to leave the CQL version and remove the "thrift" versions (which are in fact already marked as deprecated in the help output).

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


[jira] Assigned: (CASSANDRA-289) deprecate thrift get/set commands in cli

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

Eric Evans reassigned CASSANDRA-289:
------------------------------------

    Assignee: Eric Evans

> deprecate thrift get/set commands in cli
> ----------------------------------------
>
>                 Key: CASSANDRA-289
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-289
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>
> Currently the cli supports "thrift {get,set}" and just "{get,set}", the former uses the usual thrift rpcs, the latter is CQL which is passed to executeQuery(). Having both is unnecessary and creates an extra code path to maintain.
> Of the two, I think it makes the most sense to leave the CQL version and remove the "thrift" versions (which are in fact already marked as deprecated in the help output).

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


[jira] Commented: (CASSANDRA-289) deprecate thrift get/set commands in cli

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

Sandeep Tata commented on CASSANDRA-289:
----------------------------------------

+1, sounds reasonable.

> deprecate thrift get/set commands in cli
> ----------------------------------------
>
>                 Key: CASSANDRA-289
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-289
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Eric Evans
>
> Currently the cli supports "thrift {get,set}" and just "{get,set}", the former uses the usual thrift rpcs, the latter is CQL which is passed to executeQuery(). Having both is unnecessary and creates an extra code path to maintain.
> Of the two, I think it makes the most sense to leave the CQL version and remove the "thrift" versions (which are in fact already marked as deprecated in the help output).

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


[jira] Commented: (CASSANDRA-289) deprecate thrift get/set commands in cli

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

Eric Evans commented on CASSANDRA-289:
--------------------------------------

After discussions that took place in CASSANDRA-296 and the mailing list (http://markmail.org/thread/sqecvc7tyqptqqy2), it was decided that CQL would be removed. In light of this, the "thrift {get,set}" variants should be kept, and alternatives found for any other cli functionality that makes use of CQL.

> deprecate thrift get/set commands in cli
> ----------------------------------------
>
>                 Key: CASSANDRA-289
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-289
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>
> Currently the cli supports "thrift {get,set}" and just "{get,set}", the former uses the usual thrift rpcs, the latter is CQL which is passed to executeQuery(). Having both is unnecessary and creates an extra code path to maintain.
> Of the two, I think it makes the most sense to leave the CQL version and remove the "thrift" versions (which are in fact already marked as deprecated in the help output).

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