Michał Ziemski created CASSANDRA-6437:
-----------------------------------------
Summary: 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)