Update version to 3.11.3

This commit is contained in:
Michael Shuler 2018-07-02 13:37:32 -05:00
parent 577cb29f09
commit aed1b5fdf1
3 changed files with 17 additions and 8 deletions

View File

@ -47,16 +47,19 @@ using the provided 'sstableupgrade' tool.
Upgrading
---------
- Materialized view users upgrading from 3.0.15 (3.0.X series) or 3.11.1 (3.11.X series) and later that have performed range movements (join, decommission, move, etc),
should run repair on the base tables, and subsequently on the views to ensure data affected by CASSANDRA-14251 is correctly propagated to all replicas.
- Changes to bloom_filter_fp_chance will no longer take effect on existing sstables when the node is restarted. Only
compactions/upgradesstables regenerates bloom filters and Summaries sstable components. See CASSANDRA-11163
- Materialized view users upgrading from 3.0.15 (3.0.X series) or 3.11.1 (3.11.X series) and
later that have performed range movements (join, decommission, move, etc), should run repair
on the base tables, and subsequently on the views to ensure data affected by CASSANDRA-14251
is correctly propagated to all replicas.
- Changes to bloom_filter_fp_chance will no longer take effect on existing sstables when the
node is restarted. Only compactions/upgradesstables regenerates bloom filters and Summaries
sstable components. See CASSANDRA-11163
Deprecation
-----------
- Background read repair has been deprecated. dclocal_read_repair_chance and
read_repair_chance table options have been deprecated, and will be removed entirely in 4.0.
See CASSANDRA-13910 for details.
- Background read repair has been deprecated. dclocal_read_repair_chance and read_repair_chance
table options have been deprecated, and will be removed entirely in 4.0. See CASSANDRA-13910
for details.
3.11.2
======

View File

@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="3.11.2"/>
<property name="base.version" value="3.11.3"/>
<property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
<property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
<property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (3.11.3) unstable; urgency=medium
* New release
-- Michael Shuler <michael@pbandjelly.org> Mon, 02 Jul 2018 13:36:16 -0500
cassandra (3.11.2) unstable; urgency=medium
* New release