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 2020/12/02 18:16:18 UTC

[cassandra] branch cassandra-3.11 updated (e94459c -> 80a8deb)

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

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


    from e94459c  Merge branch cassandra-3.0 into cassandra-3.11
     new 2bcbd92  Ninja fix CASSANDRA-16225 and update changes.
     new 80a8deb  Merge branch 'cassandra-3.0' into cassandra-3.11

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 +
 src/java/org/apache/cassandra/db/lifecycle/LogTransaction.java | 5 ++++-
 2 files changed, 5 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-3.0' into cassandra-3.11

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

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

commit 80a8deb81c7c943922f1e979c80233a54b37cb7c
Merge: e94459c 2bcbd92
Author: Brandon Williams <br...@apache.org>
AuthorDate: Wed Dec 2 12:15:19 2020 -0600

    Merge branch 'cassandra-3.0' into cassandra-3.11

 CHANGES.txt                                                    | 1 +
 src/java/org/apache/cassandra/db/lifecycle/LogTransaction.java | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --cc CHANGES.txt
index 5020f99,1955168..fb9921b
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,7 -1,5 +1,8 @@@
 -3.0.24:
 +3.11.10
 + * Rate limit validation compactions using compaction_throughput_mb_per_sec (CASSANDRA-16161)
 + * SASI's `max_compaction_flush_memory_in_mb` settings over 100GB revert to default of 1GB (CASSANDRA-16071)
 +Merged from 3.0:
+  * Synchronize transaction logs for JBOD (CASSANDRA-16225)
   * Fix the counting of cells per partition (CASSANDRA-16259)
   * Fix serial read/non-applying CAS linearizability (CASSANDRA-12126)
   * Avoid potential NPE in JVMStabilityInspector (CASSANDRA-16294)


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