You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/05/18 19:25:30 UTC

[cassandra] branch cassandra-3.11 updated (317a4a8 -> 24bd7d6)

This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a change to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 317a4a8  Merge branch 'cassandra-3.0' into cassandra-3.11
     new 4e5bd57  Bloom false positive rate includes true negatives
     new 24bd7d6  Merge branch 'cassandra-3.0' into cassandra-3.11

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        |  1 +
 .../cassandra/io/sstable/BloomFilterTracker.java   | 25 ++++++++++
 .../cassandra/io/sstable/format/SSTableReader.java | 10 ++++
 .../io/sstable/format/big/BigTableReader.java      |  1 +
 .../org/apache/cassandra/metrics/TableMetrics.java | 56 ++++++++++++----------
 5 files changed, 69 insertions(+), 24 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra] 01/01: Merge branch 'cassandra-3.0' into cassandra-3.11

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 24bd7d60aa0444ccdf072c5b5157738c7a8ddf0c
Merge: 317a4a8 4e5bd57
Author: Brandon Williams <br...@apache.org>
AuthorDate: Tue May 18 14:23:24 2021 -0500

    Merge branch 'cassandra-3.0' into cassandra-3.11

 CHANGES.txt                                        |  1 +
 .../cassandra/io/sstable/BloomFilterTracker.java   | 25 ++++++++++
 .../cassandra/io/sstable/format/SSTableReader.java | 10 ++++
 .../io/sstable/format/big/BigTableReader.java      |  1 +
 .../org/apache/cassandra/metrics/TableMetrics.java | 56 ++++++++++++----------
 5 files changed, 69 insertions(+), 24 deletions(-)

diff --cc CHANGES.txt
index b3ac822,0ce3375..5fa97ae
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,12 -1,5 +1,13 @@@
 -3.0.25:
 +3.11.11
 + * Maps $CASSANDRA_LOG_DIR to cassandra.logdir java property when executing nodetool (CASSANDRA-16199)
 + * Nodetool garbagecollect should retain SSTableLevel for LCS (CASSANDRA-16634)
 + * Ignore stale acks received in the shadow round (CASSANDRA-16588)
 + * Add autocomplete and error messages for provide_overlapping_tombstones (CASSANDRA-16350)
 + * Add StorageServiceMBean.getKeyspaceReplicationInfo(keyspaceName) (CASSANDRA-16447)
 + * Make sure sstables with moved starts are removed correctly in LeveledGenerations (CASSANDRA-16552)
 + * Upgrade jackson-databind to 2.9.10.8 (CASSANDRA-16462)
 +Merged from 3.0:
+  * Fix bloom filter false ratio calculation by including true negatives (CASSANDRA-15834)
   * Prevent loss of commit log data when moving sstables between nodes (CASSANDRA-16619)
   * Fix materialized view builders inserting truncated data (CASSANDRA-16567)
   * Don't wait for schema migrations from removed nodes (CASSANDRA-16577)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org