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

[cassandra] branch trunk updated (1f06705153 -> c1fa8e3c92)

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

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


    from 1f06705153 When doing a host replacement, -Dcassandra.broadcast_interval_ms is used to know when to check the ring but checks that the ring wasn't changed in -Dcassandra.ring_delay_ms, changes to ring delay should not depend on when we publish load stats
     add a7b53217bd fix restarting of services on gossipping-only member
     add afaeb93020 Merge branch 'cassandra-3.0' into cassandra-3.11
     add 6388fd3a16 Merge branch 'cassandra-3.11' into cassandra-4.0
     add 8533a6764b Merge branch 'cassandra-4.0' into cassandra-4.1
     new c1fa8e3c92 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                                        |  2 ++
 .../apache/cassandra/service/StorageService.java   |  4 +--
 .../cassandra/distributed/test/GossipTest.java     | 36 +++++++++++++++++++
 .../distributed/test/NativeProtocolTest.java       | 41 ++++++++++++++++++++++
 4 files changed, 81 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 sm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c1fa8e3c92d63b8dc1bb8214b4147f001fc8c2e9
Merge: 1f06705153 8533a6764b
Author: Stefan Miklosovic <sm...@apache.org>
AuthorDate: Wed Jul 27 15:12:45 2022 +0200

    Merge branch 'cassandra-4.1' into trunk

 CHANGES.txt                                        |  2 ++
 .../apache/cassandra/service/StorageService.java   |  4 +--
 .../cassandra/distributed/test/GossipTest.java     | 36 +++++++++++++++++++
 .../distributed/test/NativeProtocolTest.java       | 41 ++++++++++++++++++++++
 4 files changed, 81 insertions(+), 2 deletions(-)

diff --cc CHANGES.txt
index 554b6262ad,0aa25101a3..51984dc462
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -39,8 -18,10 +39,10 @@@ Merged from 4.1
  Merged from 4.0:
   * Clean up ScheduledExecutors, CommitLog, and MessagingService shutdown for in-JVM dtests (CASSANDRA-17731)
   * Remove extra write to system table for prepared statements (CASSANDRA-17764)
 -Merged from 3.11:
 +Merge from 3.11:
   * Creating of a keyspace on insufficient number of replicas should filter out gosspping-only members (CASSANDRA-17759)
 -Merged from 3.0:
++Merge from 3.0:
+  * Fix restarting of services on gossipping-only member (CASSANDRA-17752)
  
  
  4.0.5


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