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/07/02 18:32:53 UTC

[cassandra] branch trunk updated (985b46d -> c611966)

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 985b46d  Merge branch 'cassandra-4.0' into trunk
     new bb3a39a  BinLog does not close chronicle queue leaving this to GC to cleanup
     new c611966  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 +
 src/java/org/apache/cassandra/utils/binlog/BinLog.java | 2 ++
 2 files changed, 3 insertions(+)

---------------------------------------------------------------------
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 c61196643df2904a5766dfb4652356d4bd10e76b
Merge: 985b46d bb3a39a
Author: David Capwell <dc...@apache.org>
AuthorDate: Fri Jul 2 11:31:22 2021 -0700

    Merge branch 'cassandra-4.0' into trunk

 CHANGES.txt                                            | 1 +
 src/java/org/apache/cassandra/utils/binlog/BinLog.java | 2 ++
 2 files changed, 3 insertions(+)

diff --cc CHANGES.txt
index 6efd0c0,dbbb705..7aacf32
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,10 -1,5 +1,11 @@@
 -4.0.1
 +4.1
 + * 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)

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