Merge branch 'cassandra-4.1' into trunk

This commit is contained in:
Brandon Williams 2023-06-26 06:09:54 -05:00
commit 81026b95c4
2 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.8.4</version>
<version>1.1.10.1</version>
</dependency>
<dependency>
<groupId>org.lz4</groupId>

View File

@ -154,6 +154,7 @@ Merged from 4.0:
4.1.3
Merged from 4.0:
* Upgrade snappy to 1.1.10.1 (CASSANDRA-18608)
* Fix assertion error when describing mv as table (CASSANDRA-18596)
* Track the amount of read data per row (CASSANDRA-18513)
* Fix Down nodes counter in nodetool describecluster (CASSANDRA-18512)