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/24 17:59:44 UTC

[cassandra] branch trunk updated (8451acc8d8 -> 523424b9ff)

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 8451acc8d8 Merge branch 'cassandra-4.1' into trunk
     add e83d95d1ac creating of a keyspace on insufficient number of replicas should filter out gosspping-only members
     add a1ac1efbb7 Merge branch 'cassandra-3.11' into cassandra-4.0
     add 15b7d678e9 Merge branch 'cassandra-4.0' into cassandra-4.1
     new 523424b9ff 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 +
 .../cassandra/locator/NetworkTopologyStrategy.java |  4 +-
 .../apache/cassandra/locator/TokenMetadata.java    |  8 ++++
 .../apache/cassandra/distributed/impl/RowUtil.java |  8 +++-
 .../cassandra/distributed/test/AlterTest.java      | 52 +++++++++++++++++++++-
 .../locator/NetworkTopologyStrategyTest.java       |  1 +
 6 files changed, 71 insertions(+), 4 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 523424b9ffa7d9fbdba81feeb6c3eadad051f0db
Merge: 8451acc8d8 15b7d678e9
Author: Stefan Miklosovic <sm...@apache.org>
AuthorDate: Sat Jul 23 22:35:17 2022 +0200

    Merge branch 'cassandra-4.1' into trunk

 CHANGES.txt                                        |  2 +
 .../cassandra/locator/NetworkTopologyStrategy.java |  4 +-
 .../apache/cassandra/locator/TokenMetadata.java    |  8 ++++
 .../apache/cassandra/distributed/impl/RowUtil.java |  8 +++-
 .../cassandra/distributed/test/AlterTest.java      | 52 +++++++++++++++++++++-
 .../locator/NetworkTopologyStrategyTest.java       |  1 +
 6 files changed, 71 insertions(+), 4 deletions(-)

diff --cc CHANGES.txt
index d77f7d5f39,f85d13ca09..d0190865ea
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -33,6 -16,8 +33,8 @@@ 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)
  
  
  4.0.5


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