mirror of https://github.com/apache/cassandra
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:
parent
58e6c55e17
commit
3d7471a56b
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue