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 2022/06/29 15:16:49 UTC

[cassandra] branch trunk updated (e966c45afc -> f2faec9ff2)

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

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


    from e966c45afc ByteComparable API
     new b75d56fd38 Add new compactionstats output behind --vtable
     new f2faec9ff2 Merge branch 'cassandra-4.1' 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 +
 NEWS.txt                                           |   1 +
 .../cassandra/tools/nodetool/CompactionStats.java  |  24 ++++-
 .../tools/nodetool/CompactionStatsTest.java        | 107 +++++++++++++++++++--
 4 files changed, 121 insertions(+), 12 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.1' into trunk

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

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

commit f2faec9ff2107b3df9a920b02a1d1ddea38ba74a
Merge: e966c45afc b75d56fd38
Author: Brandon Williams <br...@apache.org>
AuthorDate: Wed Jun 29 10:15:01 2022 -0500

    Merge branch 'cassandra-4.1' into trunk

 CHANGES.txt                                        |   1 +
 NEWS.txt                                           |   1 +
 .../cassandra/tools/nodetool/CompactionStats.java  |  24 ++++-
 .../tools/nodetool/CompactionStatsTest.java        | 107 +++++++++++++++++++--
 4 files changed, 121 insertions(+), 12 deletions(-)

diff --cc CHANGES.txt
index fc0e2dc864,6ad96664b3..f44bae8962
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,18 -1,5 +1,19 @@@
 -4.1-alpha2
 +4.2
 + * Add ByteComparable API (CASSANDRA-6936)
 + * Add guardrail for maximum replication factor (CASSANDRA-17500)
 + * Increment CQLSH to version 6.2.0 for release 4.2 (CASSANDRA-17646)
 + * Adding support to perform certificate based internode authentication (CASSANDRA-17661)
 + * Option to disable CDC writes of repaired data (CASSANDRA-17666)
 + * When a node is bootstrapping it gets the whole gossip state but applies in random order causing some cases where StorageService will fail causing an instance to not show up in TokenMetadata (CASSANDRA-17676)
 + * Add CQLSH command SHOW REPLICAS (CASSANDRA-17577)
 + * Add guardrail to allow disabling of SimpleStrategy (CASSANDRA-17647)
 + * Change default directory permission to 750 in packaging (CASSANDRA-17470)
 + * Adding support for TLS client authentication for internode communication (CASSANDRA-17513)
 + * Add new CQL function maxWritetime (CASSANDRA-17425)
 + * Add guardrail for ALTER TABLE ADD / DROP / REMOVE column operations (CASSANDRA-17495)
 + * Rename DisableFlag class to EnableFlag on guardrails (CASSANDRA-17544)
 +Merged from 4.1:
+  * Add new vtable output option to compactionstats (CASSANDRA-17683)
   * Fix commitLogUpperBound initialization in AbstractMemtableWithCommitlog (CASSANDRA-17587)
   * Fix widening to long in getBatchSizeFailThreshold (CASSANDRA-17650)
   * Fix widening from mebibytes to bytes in IntMebibytesBound (CASSANDRA-17716)


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