You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by yc...@apache.org on 2022/07/07 00:44:55 UTC

[cassandra] branch trunk updated (5c7a47b384 -> ab0a9b5f5c)

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

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


    from 5c7a47b384 Merge branch 'cassandra-4.1' into trunk
     add a250126f0f Remove commons-lang dependency during build runtime
     new ab0a9b5f5c 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 +
 build.xml                                                        | 1 +
 ide/nbproject/project.xml                                        | 2 +-
 .../apache/cassandra/net/StartupClusterConnectivityChecker.java  | 2 +-
 .../org/apache/cassandra/distributed/fuzz/InJvmSutBase.java      | 9 +--------
 5 files changed, 5 insertions(+), 10 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 yc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ab0a9b5f5ca9b5189da2834698897961aac39e87
Merge: 5c7a47b384 a250126f0f
Author: Yifan Cai <yc...@apache.org>
AuthorDate: Wed Jul 6 17:41:16 2022 -0700

    Merge branch 'cassandra-4.1' into trunk

 CHANGES.txt                                                      | 1 +
 build.xml                                                        | 1 +
 ide/nbproject/project.xml                                        | 2 +-
 .../apache/cassandra/net/StartupClusterConnectivityChecker.java  | 2 +-
 .../org/apache/cassandra/distributed/fuzz/InJvmSutBase.java      | 9 +--------
 5 files changed, 5 insertions(+), 10 deletions(-)

diff --cc CHANGES.txt
index f1030a90e6,37b32930ed..4e1d688467
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,20 -1,5 +1,21 @@@
 -4.1-alpha2
 +4.2
 + * Allow sstableloader to specify table without relying on path (CASSANDRA-16584)
 + * Fix TestGossipingPropertyFileSnitch.test_prefer_local_reconnect_on_listen_address (CASSANDRA-17700)
 + * 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:
+  * Remove commons-lang dependency during build runtime (CASSANDRA-17724)
   * Relax synchronization on StreamSession#onError() to avoid deadlock (CASSANDRA-17706)
   * Fix AbstractCell#toString throws MarshalException for cell in collection (CASSANDRA-17695)
   * Add new vtable output option to compactionstats (CASSANDRA-17683)


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