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 31729b8f92 Merge branch 'cassandra-5.0' into trunk
     new 2bab3f27ba Gossip NPE due to shutdown event corrupting empty statuses
     new 1920571861 Merge branch 'cassandra-4.0' into cassandra-4.1
     new 210ced3b7b Merge branch 'cassandra-4.1' into cassandra-5.0
     new b8b17dc5db Merge branch 'cassandra-5.0' into trunk

The 4 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 +
 .../org/apache/cassandra/gms/EndpointState.java    |   5 +
 .../org/apache/cassandra/gms/GossipShutdown.java   |  66 +++++++++++++
 .../cassandra/gms/GossipShutdownVerbHandler.java   |   7 +-
 src/java/org/apache/cassandra/gms/Gossiper.java    |  31 +++++-
 src/java/org/apache/cassandra/net/Verb.java        |   5 +-
 .../test/gossip/GossipShutdownTest.java            | 106 +++++++++++++++++++++
 7 files changed, 214 insertions(+), 7 deletions(-)
 create mode 100644 src/java/org/apache/cassandra/gms/GossipShutdown.java
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/gossip/GossipShutdownTest.java


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

Reply via email to