From commits-return-207572-archive-asf-public=cust-asf.ponee.io@cassandra.apache.org Wed Mar 14 18:01:28 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1BBF1180654 for ; Wed, 14 Mar 2018 18:01:27 +0100 (CET) Received: (qmail 82751 invoked by uid 500); 14 Mar 2018 17:01:27 -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 82740 invoked by uid 99); 14 Mar 2018 17:01:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2018 17:01:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EE8FDE96E4; Wed, 14 Mar 2018 17:01:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jasobrown@apache.org To: commits@cassandra.apache.org Date: Wed, 14 Mar 2018 17:01:26 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/6] cassandra git commit: Adding missing WriteType enum values to v3, v4 and v5 spec Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 58e6c55e1 -> 3d7471a56 refs/heads/cassandra-3.11 3fa7c0894 -> 5a662ea3f refs/heads/trunk 02c8436cb -> de12f29dc Adding missing WriteType enum values to v3,v4 and v5 spec patch by Vinay Chella, reviewed by Joey Lynch for CASSANDRA-13697 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3d7471a5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3d7471a5 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3d7471a5 Branch: refs/heads/cassandra-3.0 Commit: 3d7471a56b7a58b41047ff704ebe4b0a89bda6f9 Parents: 58e6c55 Author: Vinay Chella Authored: Wed Mar 14 09:55:40 2018 -0700 Committer: Jason Brown Committed: Wed Mar 14 09:57:10 2018 -0700 ---------------------------------------------------------------------- CHANGES.txt | 1 + doc/native_protocol_v3.spec | 2 ++ doc/native_protocol_v4.spec | 2 ++ 3 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/3d7471a5/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 1d1a07a..62b904f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 3.0.17 + * Adding missing WriteType enum values to v3,v4 and v5 spec (CASSANDRA-13697) * Don't regenerate bloomfilter and summaries on startup (CASSANDRA-11163) * Fix NPE when performing comparison against a null frozen in LWT (CASSANDRA-14087) * Log when SSTables are deleted (CASSANDRA-14302) http://git-wip-us.apache.org/repos/asf/cassandra/blob/3d7471a5/doc/native_protocol_v3.spec ---------------------------------------------------------------------- diff --git a/doc/native_protocol_v3.spec b/doc/native_protocol_v3.spec index c38e26c..0d7f94d 100644 --- a/doc/native_protocol_v3.spec +++ b/doc/native_protocol_v3.spec @@ -979,6 +979,8 @@ Table of Contents - "BATCH_LOG": the timeout occured during the write to the batch log when a (logged) batch write was requested. + - "CAS": the timeout occured during the Compare And Set + write/update. 0x1200 Read_timeout: Timeout exception during a read request. The rest of the ERROR message body will be http://git-wip-us.apache.org/repos/asf/cassandra/blob/3d7471a5/doc/native_protocol_v4.spec ---------------------------------------------------------------------- diff --git a/doc/native_protocol_v4.spec b/doc/native_protocol_v4.spec index 2188a33..02802a7 100644 --- a/doc/native_protocol_v4.spec +++ b/doc/native_protocol_v4.spec @@ -1135,6 +1135,8 @@ Table of Contents - "BATCH_LOG": the failure occured during the write to the batch log when a (logged) batch write was requested. + - "CAS": the timeout occured during the Compare And Set + write/update. 0x2000 Syntax_error: The submitted query has a syntax error. 0x2100 Unauthorized: The logged user doesn't have the right to perform --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org