This is an automated email from the ASF dual-hosted git repository. samt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 39efc8307acb62f8f5e9459269d193dc6f319037 Merge: 5dd472e b824273 Author: Sam Tunnicliffe <s...@beobal.com> AuthorDate: Wed Aug 25 17:42:50 2021 +0100 Merge branch 'cassandra-4.0' into trunk CHANGES.txt | 1 + .../apache/cassandra/net/OutboundConnections.java | 25 +++++++-- .../cassandra/net/OutboundConnectionsTest.java | 60 +++++++++++++++------- 3 files changed, 62 insertions(+), 24 deletions(-) diff --cc CHANGES.txt index a60b4e0,9ed3cec..a9c8ebd --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,21 -1,5 +1,22 @@@ -4.0.1 +4.1 + * allow blocking IPs from updating metrics about traffic (CASSANDRA-16859) + * Request-Based Native Transport Rate-Limiting (CASSANDRA-16663) + * Implement nodetool getauditlog command (CASSANDRA-16725) + * Clean up repair code (CASSANDRA-13720) + * 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: + * Remove assumption that all urgent messages are small (CASSANDRA-16877) * 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) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org