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/12/20 10:10:33 UTC

[cassandra] branch trunk updated (227409d920 -> b171b4ba29)

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 227409d920 Add Mutation Serialization Caching
     add f55b2fb1b3 Do not spam the logs with MigrationCoordinator not being able to pull schemas
     add baa9d0327f Merge branch 'cassandra-3.0' into cassandra-3.11
     add ace3920239 Merge branch 'cassandra-3.11' into cassandra-4.0
     add 97f9ff7da3 Merge branch 'cassandra-4.0' into cassandra-4.1
     new b171b4ba29 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                                                    | 1 +
 src/java/org/apache/cassandra/schema/MigrationCoordinator.java | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
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 b171b4ba294126e985d0ee629744516f19c8644e
Merge: 227409d920 97f9ff7da3
Author: Stefan Miklosovic <sm...@apache.org>
AuthorDate: Tue Dec 20 10:17:54 2022 +0100

    Merge branch 'cassandra-4.1' into trunk

 CHANGES.txt                                                    | 1 +
 src/java/org/apache/cassandra/schema/MigrationCoordinator.java | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --cc CHANGES.txt
index 11de4309e8,16ed8a33c2..ec620e06db
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -165,12 -96,6 +165,13 @@@ Merged from 3.11
   * Creating of a keyspace on insufficient number of replicas should filter out gosspping-only members (CASSANDRA-17759)
   * Suppress CVE-2022-25857 and other snakeyaml CVEs (CASSANDRA-17907)
  Merged from 3.0:
++ * Do not spam the logs with MigrationCoordinator not being able to pull schemas (CASSANDRA-18096)
 + * Fix incorrect resource name in LIST PERMISSION output (CASSANDRA-17848)
 + * Suppress CVE-2022-41854 and similar (CASSANDRA-18083)
 + * Fix running Ant rat targets without git (CASSANDRA-17974)
 + * Harden JMX by resolving beanshooter issues (CASSANDRA-17921)
 + * Suppress CVE-2019-2684 (CASSANDRA-17965)
 + * Fix auto-completing "WITH" when creating a materialized view (CASSANDRA-17879)
   * Improve libjemalloc resolution in bin/cassandra (CASSANDRA-15767)
   * Fix restarting of services on gossipping-only member (CASSANDRA-17752)
   * Fix scrubber falling into infinite loop when the last partition is broken (CASSANDRA-17862)
diff --cc src/java/org/apache/cassandra/schema/MigrationCoordinator.java
index fb592010c6,61ef4c8cde..a1af1c0445
--- a/src/java/org/apache/cassandra/schema/MigrationCoordinator.java
+++ b/src/java/org/apache/cassandra/schema/MigrationCoordinator.java
@@@ -67,6 -68,6 +67,7 @@@ import org.apache.cassandra.net.Request
  import org.apache.cassandra.net.Verb;
  import org.apache.cassandra.service.StorageService;
  import org.apache.cassandra.utils.FBUtilities;
++import org.apache.cassandra.utils.NoSpamLogger;
  import org.apache.cassandra.utils.Pair;
  import org.apache.cassandra.utils.Simulate;
  import org.apache.cassandra.utils.concurrent.Future;


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