Adding missing WriteType enum values to v3,v4 and v5 spec

patch by Vinay Chella, reviewed by Joey Lynch for CASSANDRA-13697
This commit is contained in:
Vinay Chella 2018-03-14 09:55:40 -07:00 committed by Jason Brown
parent 58e6c55e17
commit 3d7471a56b
3 changed files with 5 additions and 0 deletions

View File

@ -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)

View File

@ -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>

View File

@ -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