This is an automated email from the ASF dual-hosted git repository. dcapwell pushed a change to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git
from cf528bc99c Merge branch 'cassandra-4.0' into cassandra-4.1 new c736d22cf8 Gossip doesn't converge due to race condition when updating EndpointStates multiple fields new 005d3c28e5 Merge branch 'cassandra-4.0' into cassandra-4.1 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 + .../org/apache/cassandra/gms/EndpointState.java | 104 ++++++++++++++++----- src/java/org/apache/cassandra/gms/Gossiper.java | 30 +++--- .../org/apache/cassandra/gms/HeartBeatState.java | 20 ++-- .../distributed/impl/UnsafeGossipHelper.java | 2 +- .../org/apache/cassandra/gms/GossiperTest.java | 2 +- .../apache/cassandra/gms/SerializationsTest.java | 2 +- 7 files changed, 105 insertions(+), 56 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org