You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/12/03 16:33:38 UTC

[jira] [Resolved] (CASSANDRA-6437) Datastax C# driver not able to execute CAS after upgrade 2.0.2 -> 2.0.3

     [ https://issues.apache.org/jira/browse/CASSANDRA-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-6437.
---------------------------------------

    Resolution: Not A Problem

This is by design.  You really do need to upgrade to v2 driver.

> Datastax C# driver not able to execute CAS after upgrade 2.0.2 -> 2.0.3
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-6437
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6437
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core, Drivers (now out of tree)
>         Environment: 4 node Centod 6.4 x64 casandra 2.0.3 (datastax community)
>            Reporter: MichaƂ Ziemski
>
> The following code:
>   var cl = Cluster.Builder().WithConnectionString(ConfigurationManager.ConnectionStrings.["Cassandra"].ConnectionString).Build();
>   var  ses = cl.Connect();
>   ses.Execute("INSERT INTO appsrv(id) values ('abc') IF NOT EXISTS", ConsistencyLevel.Quorum);
> Worked fine with cassandra 2.0.2
> After upgrading to 2.0.3 I get an error stating that conditional updates are not supported by the protocol version and I should upgrade to v2.
> I'm not really sure if it's a problem with C* or the Datastax C# Driver.
> The error appeared afeter upgrading C* so I decided to post it here.



--
This message was sent by Atlassian JIRA
(v6.1#6144)