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

Jeremy Hanna updated CASSANDRA-6437:
------------------------------------
    Labels: LWT  (was: )

> 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
>         Environment: 4 node Centod 6.4 x64 casandra 2.0.3 (datastax community)
>            Reporter: MichaƂ Ziemski
>            Priority: Major
>              Labels: LWT
>
> 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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to