You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ed...@apache.org on 2022/06/27 23:41:55 UTC

[cassandra] branch trunk updated (f8207fe287 -> 07d97d7905)

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

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


    from f8207fe287 Merge branch 'cassandra-4.1' into trunk
     add dcb4768345 nodetool clientstats columns should be under a separate flag - --config-options patch by Ekaterina Dimitrova; reviewed by Brandon Williams for CASSANDRA-17715
     new 07d97d7905 Merge branch 'cassandra-4.1' 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                                        |  1 +
 NEWS.txt                                           |  2 +-
 .../cassandra/tools/nodetool/ClientStats.java      | 28 ++++++++++++++++++++++
 .../cassandra/tools/nodetool/ClientStatsTest.java  | 18 +++++++++++++-
 4 files changed, 47 insertions(+), 2 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 ed...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 07d97d7905a441ce3c14f4a5ba40d8fedfcc0ba8
Merge: f8207fe287 dcb4768345
Author: Ekaterina Dimitrova <ek...@datastax.com>
AuthorDate: Mon Jun 27 19:35:23 2022 -0400

    Merge branch 'cassandra-4.1' into trunk

 CHANGES.txt                                        |  1 +
 NEWS.txt                                           |  2 +-
 .../cassandra/tools/nodetool/ClientStats.java      | 28 ++++++++++++++++++++++
 .../cassandra/tools/nodetool/ClientStatsTest.java  | 18 +++++++++++++-
 4 files changed, 47 insertions(+), 2 deletions(-)

diff --cc CHANGES.txt
index ec2cdd271f,fd3b0c5da3..b05ee3df90
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,17 -1,5 +1,18 @@@
 -4.1-alpha2
 +4.2
 + * 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:
+  * Revert breaking change in nodetool clientstats and expose cient options through nodetool clientstats --client-options. (CASSANDRA-17715)
   * Fix missed nowInSec values in QueryProcessor (CASSANDRA-17458)
   * Revert removal of withBufferSizeInMB(int size) in CQLSSTableWriter.Builder class and deprecate it in favor of withBufferSizeInMiB(int size) (CASSANDRA-17675)
   * Remove expired snapshots of dropped tables after restart (CASSANDRA-17619)


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