You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2018/03/14 17:01:28 UTC

[3/6] cassandra git commit: Adding missing WriteType enum values to v3, v4 and v5 spec

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/trunk
Commit: 3d7471a56b7a58b41047ff704ebe4b0a89bda6f9
Parents: 58e6c55
Author: Vinay Chella <vc...@netflix.com>
Authored: Wed Mar 14 09:55:40 2018 -0700
Committer: Jason Brown <ja...@gmail.com>
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
                 <cl><received><blockfor><data_present>

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