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

dcapwell pushed a commit to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 1920571861ac2fe953229d171c2e8414788d6ab0
Merge: e562d6a3a9 2bab3f27ba
Author: David Capwell <dcapw...@apache.org>
AuthorDate: Tue Oct 10 14:05:19 2023 -0700

    Merge branch 'cassandra-4.0' into cassandra-4.1

 CHANGES.txt                                        |   1 +
 .../org/apache/cassandra/gms/EndpointState.java    |   5 +
 src/java/org/apache/cassandra/gms/Gossiper.java    |   2 +-
 .../test/gossip/GossipShutdownTest.java            | 106 +++++++++++++++++++++
 4 files changed, 113 insertions(+), 1 deletion(-)

diff --cc CHANGES.txt
index a8a5ddeaeb,f0d59c2abf..c5f2a1b92c
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,10 -1,6 +1,11 @@@
 -4.0.12
 +4.1.4
 + * Internode legacy SSL storage port certificate is not hot reloaded on 
update (CASSANDRA-18681)
 + * Nodetool paxos-only repair is no longer incremental (CASSANDRA-18466)
 + * Waiting indefinitely on ReceivedMessage response in 
StreamSession#receive() can cause deadlock (CASSANDRA-18733)
 + * Allow empty keystore_password in encryption_options (CASSANDRA-18778)
 + * Skip ColumnFamilyStore#topPartitions initialization when client or tool 
mode (CASSANDRA-18697)
 +Merged from 4.0:
+  * Gossip NPE due to shutdown event corrupting empty statuses 
(CASSANDRA-18913)
 - * Synchronize CQLSSTableWriter#build on the Schema.instance object 
(CASSANDRA-18317)
   * Fix closing iterator in SecondaryIndexBuilder (CASSANDRA-18361)
   * Update hdrhistogram to 2.1.12 (CASSANDRA-18893)
   * Improve performance of compactions when table does not have an index 
(CASSANDRA-18773)


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

Reply via email to