Merge branch 'cassandra-3.11' into trunk

This commit is contained in:
Mick Semb Wever 2020-11-04 12:49:22 +01:00
commit f45b1edc91
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
3 changed files with 11 additions and 2 deletions

View File

@ -3,6 +3,10 @@
* Fix SSTableloader issue when restoring a table named backups (CASSANDRA-16235)
* Invalid serialized size for responses caused by increasing message time by 1ms which caused extra bytes in size calculation (CASSANDRA-16103)
* Throw BufferOverflowException from DataOutputBuffer for better visibility (CASSANDRA-16214)
Merged from 3.11:
Merged from 3.0:
* Prevent invoking enable/disable gossip when not in NORMAL (CASSANDRA-16146)
4.0-beta3
* Segregate Network and Chunk Cache BufferPools and Recirculate Partially Freed Chunks (CASSANDRA-15229)
* Fail truncation requests when they fail on a replica (CASSANDRA-16208)
@ -36,7 +40,6 @@ Merged from 3.11:
* Use IF NOT EXISTS for index and UDT create statements in snapshot schema files (CASSANDRA-13935)
* Make sure LCS handles duplicate sstable added/removed notifications correctly (CASSANDRA-14103)
Merged from 3.0:
* Prevent invoking enable/disable gossip when not in NORMAL (CASSANDRA-16146)
* Avoid marking shutting down nodes as up after receiving gossip shutdown message (CASSANDRA-16094)
* Handle unexpected columns due to schema races (CASSANDRA-15899)
* Add flag to ignore unreplicated keyspaces during repair (CASSANDRA-15160)

View File

@ -27,7 +27,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="4.0-beta3"/>
<property name="base.version" value="4.0-beta4"/>
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree"/>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (4.0~beta4) UNRELEASED; urgency=medium
* New release
-- Mick Semb Wever <mck@apache.org> Thu, 29 Oct 2020 12:59:30 +0100
cassandra (4.0~beta3) unstable; urgency=medium
* New release