You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2022/05/05 11:03:23 UTC

[cassandra] branch cassandra-4.1 updated (559b17f71d -> c9ed13c425)

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

brandonwilliams pushed a change to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from 559b17f71d nodetool enablefullquerylog can NPE when directory has no files
     new 61d4cccb0b Fix URISyntaxException in nodetool with updated Java
     new aeced876b5 Merge branch 'cassandra-3.0' into cassandra-3.11
     new a524cd4907 Merge branch 'cassandra-3.11' into cassandra-4.0
     new c9ed13c425 Merge branch 'cassandra-4.0' into cassandra-4.1

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                                        | 24 ++++++++++++++++++++++
 src/java/org/apache/cassandra/tools/NodeProbe.java |  8 +++++++-
 2 files changed, 31 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.0' into cassandra-4.1

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit c9ed13c4257c7e7f351c3d3e77b70cb62fb210cf
Merge: 559b17f71d a524cd4907
Author: Brandon Williams <br...@apache.org>
AuthorDate: Thu May 5 05:57:06 2022 -0500

    Merge branch 'cassandra-4.0' into cassandra-4.1

 CHANGES.txt                                        | 24 ++++++++++++++++++++++
 src/java/org/apache/cassandra/tools/NodeProbe.java |  8 +++++++-
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --cc CHANGES.txt
index 131b0c980d,244a72cab8..5238b5e2fb
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -175,6 -13,34 +175,30 @@@ Merged from 4.0
   * Fix ignored streaming encryption settings in sstableloader (CASSANDRA-17367)
   * Streaming tasks handle empty SSTables correctly (CASSANDRA-16349)
   * Prevent SSTableLoader from doing unnecessary work (CASSANDRA-16349)
 - * emit warning on keyspace creation when replication factor is bigger than the number of nodes (CASSANDRA-16747)
 - * Fix snapshot true size calculation (CASSANDRA-17267)
 - * dropping of a materialized view creates a snapshot with dropped- prefix (CASSANDRA-17415)
 - * Validate existence of DCs when repairing (CASSANDRA-17407)
+ Merged from 3.11.13:
+  * Upgrade jackson-databind to 2.13.2.2 (CASSANDRA-17556)
+  * Upgrade slf4j to 1.7.25 (CASSANDRA-17474)
+  * Upgrade jackson to 2.13.2 (CASSANDRA-17492)
+  * emit warning on keyspace creation when replication factor is bigger than the number of nodes (CASSANDRA-16747)
+  * Fix snapshot true size calculation (CASSANDRA-17267)
+  * Validate existence of DCs when repairing (CASSANDRA-17407)
+  * dropping of a materialized view creates a snapshot with dropped- prefix (CASSANDRA-17415)
+ Merged from 3.0:
+  * Fix URISyntaxException in nodetool with updated Java (CASSANDRA-17581)
+  * Schema mutations may not be completed on drain (CASSANDRA-17524)
+  * Fix data corruption in AbstractCompositeType due to static boolean byte buffers (CASSANDRA-14752)
+  * Add procps dependency to RPM/Debian packages (CASSANDRA-17516)
+  * Suppress CVE-2021-44521 (CASSANDRA-17492)
+  * ConnectionLimitHandler may leaks connection count if remote connection drops (CASSANDRA-17252)
+  * Require ant >= 1.10 (CASSANDRA-17428)
+  * Disallow CONTAINS for UPDATE and DELETE (CASSANDRA-15266)
+  * Suppress inapplicable CVEs (CASSANDRA-17368)
+  * Fix flaky test - test_cqlsh_completion.TestCqlshCompletion (CASSANDRA-17338)
+  * Fixed TestCqlshOutput failing tests (CASSANDRA-17386)
+  * Lazy transaction log replica creation allows incorrect replica content divergence during anticompaction (CASSANDRA-17273)
+  * LeveledCompactionStrategy disk space check improvements (CASSANDRA-17272)
+ 
+ 4.0.3
   * Deprecate otc_coalescing_strategy, otc_coalescing_window_us, otc_coalescing_enough_coalesced_messages,
     otc_backlog_expiration_interval_ms (CASSANDRA-17377)
   * Improve start up processing of Incremental Repair information read from system.repairs (CASSANDRA-17342)


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