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

[cassandra] branch trunk updated (af9439bcd7 -> 04cfb57dde)

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

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


    from af9439bcd7 IllegalArgumentException in Gossiper#order due to concurrent mutations to elements being applied
     add e13356d75d Fix multiple BufferPool bugs
     add 3fc9bc033a Merge branch 'cassandra-4.0' into cassandra-4.1
     new 04cfb57dde 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 +
 .../apache/cassandra/utils/memory/BufferPool.java  | 200 +++++++++++++++------
 .../cassandra/utils/memory/BufferPoolTest.java     |  23 +++
 3 files changed, 165 insertions(+), 59 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 al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 04cfb57ddee573eaea00ce8c7e3d99a2f84ca78f
Merge: af9439bcd7 3fc9bc033a
Author: Aleksey Yeschenko <al...@apache.org>
AuthorDate: Tue Oct 11 15:47:43 2022 +0100

    Merge branch 'cassandra-4.1' into trunk

 CHANGES.txt                                        |   1 +
 .../apache/cassandra/utils/memory/BufferPool.java  | 200 +++++++++++++++------
 .../cassandra/utils/memory/BufferPoolTest.java     |  23 +++
 3 files changed, 165 insertions(+), 59 deletions(-)

diff --cc CHANGES.txt
index 37ad298e45,c38feb9e16..5b101ab3de
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -91,7 -38,6 +91,8 @@@ Merged from 4.1
   * Revert removal of withBufferSizeInMB(int size) in CQLSSTableWriter.Builder class and deprecate it in favor of withBufferSizeInMiB(int size) (CASSANDRA-17675)
   * Remove expired snapshots of dropped tables after restart (CASSANDRA-17619)
  Merged from 4.0:
++ * Fix multiple BufferPool bugs (CASSANDRA-16681)
 + * Fix StorageService.getNativeaddress handling of IPv6 addresses (CASSANDRA-17945)
   * Mitigate direct buffer memory OOM on replacements (CASSANDRA-17895)
   * Fix repair failure on assertion if two peers have overlapping mismatching ranges (CASSANDRA-17900)
   * Better handle null state in Gossip schema migration to avoid NPE (CASSANDRA-17864)


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