You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by dc...@apache.org on 2021/08/11 20:25:32 UTC

[cassandra] branch trunk updated (8acbbe0 -> 39af4a5)

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

dcapwell pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 8acbbe0  Background schedule to clean up orphaned hints files
     new 979ab72  ArrayClustering.unsharedHeapSize does not include the data so undercounts the heap size
     new 39af4a5  Merge branch 'cassandra-4.0' into trunk

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 +
 .../org/apache/cassandra/db/ArrayClustering.java   |  6 +-
 .../cassandra/db/ClusteringHeapSizeTest.java       | 84 ++++++++++++++++++++++
 3 files changed, 90 insertions(+), 1 deletion(-)
 create mode 100644 test/unit/org/apache/cassandra/db/ClusteringHeapSizeTest.java

---------------------------------------------------------------------
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-4.0' into trunk

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

dcapwell pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 39af4a54903267656aa3bbefaf30adfc67974919
Merge: 8acbbe0 979ab72
Author: David Capwell <dc...@apache.org>
AuthorDate: Wed Aug 11 13:19:11 2021 -0700

    Merge branch 'cassandra-4.0' into trunk

 CHANGES.txt                                        |  1 +
 .../org/apache/cassandra/db/ArrayClustering.java   |  6 +-
 .../cassandra/db/ClusteringHeapSizeTest.java       | 84 ++++++++++++++++++++++
 3 files changed, 90 insertions(+), 1 deletion(-)

diff --cc CHANGES.txt
index 5643128,d0bdbe9..488e4d0
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,17 -1,5 +1,18 @@@
 -4.0.1
 +4.1
 + * Background schedule to clean up orphaned hints files (CASSANDRA-16815)
 + * Modify SecondaryIndexManager#indexPartition() to retrieve only columns for which indexes are actually being built (CASSANDRA-16776)
 + * Batch the token metadata update to improve the speed (CASSANDRA-15291)
 + * Reduce the log level on "expected" repair exceptions (CASSANDRA-16775)
 + * Make JMXTimer expose attributes using consistent time unit (CASSANDRA-16760)
 + * Remove check on gossip status from DynamicEndpointSnitch::updateScores (CASSANDRA-11671)
 + * Fix AbstractReadQuery::toCQLString not returning valid CQL (CASSANDRA-16510)
 + * Log when compacting many tombstones (CASSANDRA-16780)
 + * Display bytes per level in tablestats for LCS tables (CASSANDRA-16799)
 + * Add isolated flush timer to CommitLogMetrics and ensure writes correspond to single WaitingOnCommit data points (CASSANDRA-16701)
 + * Add a system property to set hostId if not yet initialized (CASSANDRA-14582)
 + * GossiperTest.testHasVersion3Nodes didn't take into account trunk version changes, fixed to rely on latest version (CASSANDRA-16651)
 +Merged from 4.0:
+  * ArrayClustering.unsharedHeapSize does not include the data so undercounts the heap size (CASSANDRA-16845)
   * Improve help, doc and error messages about sstabledump -k and -x arguments (CASSANDRA-16818)
   * Add repaired/unrepaired bytes back to nodetool (CASSANDRA-15282)
   * Upgrade lz4-java to 1.8.0 to add RH6 support back (CASSANDRA-16753)

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