You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by bl...@apache.org on 2021/07/12 11:29:22 UTC

[cassandra] branch trunk updated (7cc6331 -> 58515c2)

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

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


    from 7cc6331  Merge branch 'cassandra-4.0' into trunk
     add b428552  Fix CassandraVersion::compareTo
     add 330cde6  Merge branch cassandra-4.0.0 into cassandra-4.0
     new 58515c2  Merge branch cassandra-4.0 into trunk

The 1 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                                        |   7 +-
 .../apache/cassandra/utils/CassandraVersion.java   |  28 ++-
 .../cassandra/utils/CassandraVersionTest.java      | 187 ++++++++++++++++-----
 3 files changed, 178 insertions(+), 44 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-4.0 into trunk

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

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

commit 58515c2de6d54a6c1994dfa4c78d7452b6b5cd8c
Merge: 7cc6331 330cde6
Author: Benjamin Lerer <b....@gmail.com>
AuthorDate: Mon Jul 12 13:09:24 2021 +0200

    Merge branch cassandra-4.0 into trunk

 CHANGES.txt                                        |   7 +-
 .../apache/cassandra/utils/CassandraVersion.java   |  28 ++-
 .../cassandra/utils/CassandraVersionTest.java      | 187 ++++++++++++++++-----
 3 files changed, 178 insertions(+), 44 deletions(-)

diff --cc CHANGES.txt
index 7108475,a16985a..2a8074a
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,13 -1,4 +1,12 @@@
 -4.0.1
 +4.1
 + * 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:
-  * BinLog does not close chronicle queue leaving this to GC to cleanup (CASSANDRA-16774)
   * Add repaired/unrepaired bytes back to nodetool (CASSANDRA-15282)
   * Upgrade lz4-java to 1.8.0 to add RH6 support back (CASSANDRA-16753)
   * Improve DiagnosticEventService.publish(event) logging message of events (CASSANDRA-16749)
@@@ -21,8 -11,15 +20,14 @@@ Merged from 3.11
  Merged from 3.0:
   * Clean transaction log leftovers at the beginning of sstablelevelreset and sstableofflinerelevel (CASSANDRA-12519)
  
+ 4.0.0
+  * Fix CassandraVersion::compareTo (CASSANDRA-16794)
+  * BinLog does not close chronicle queue leaving this to GC to cleanup (CASSANDRA-16774)
+ Merged from 3.11:
+ Merged from 3.0:
+ 
  4.0-rc2
   * Avoid memoizing the wrong min cluster version during upgrades (CASSANDRA-16759)
 - * Obfuscate passwords in statements in QueryEvents (CASSANDRA-16669)
   * Fix queries on empty partitions with static data (CASSANDRA-16686)
   * Keep python driver in artifacts (CASSANDRA-16700)
   * Improve AuditLogging documentation and logback.xml(CASSANDRA-16682)

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