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

zach evans commented on CASSANDRA-5172:
---------------------------------------

Can someone please let me know how I update my Cassandra with this patch. I 
have no clue and I can't find out how. PLEASE HELP.
                
> Detect (and warn) unintentional use of the cql2 thrift methods when cql3 was 
> the intention 
> -------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-5172
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5172
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 1.2.0
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>             Fix For: 1.2.1
>
>         Attachments: 5172-2.txt, 5172.txt
>
>
> In 1.2.0 we've separated the thrift methods for CQL2 and CQL3 (due to 
> CASSANDRA-4734). In doing so, we've made set_cql_version a silent no-op.
> However it means that the 1.1 way of querying CQL3 now silently end up 
> calling CQL2 in 1.2.0. So I suggest that if someone calls set_cql_version, we 
> record the version set and warn if (throw an invalid exception) if someone 
> asks for CQL3 but later use the CQL2 methods.

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

Reply via email to