Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D38710463 for ; Tue, 3 Dec 2013 15:34:09 +0000 (UTC) Received: (qmail 73710 invoked by uid 500); 3 Dec 2013 15:33:44 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 73654 invoked by uid 500); 3 Dec 2013 15:33:42 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 73535 invoked by uid 99); 3 Dec 2013 15:33:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 15:33:38 +0000 Date: Tue, 3 Dec 2013 15:33:38 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-6437) Datastax C# driver not able to execute CAS after upgrade 2.0.2 -> 2.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-6437?page=3Dcom.atla= ssian.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 commu= nity) > Reporter: Micha=C5=82 Ziemski > > The following code: > var cl =3D Cluster.Builder().WithConnectionString(ConfigurationManager.= ConnectionStrings.["Cassandra"].ConnectionString).Build(); > var ses =3D cl.Connect(); > ses.Execute("INSERT INTO appsrv(id) values ('abc') IF NOT EXISTS", Cons= istencyLevel.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)