mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.0' into cassandra-4.1
This commit is contained in:
commit
a49efd8b44
|
|
@ -4,6 +4,7 @@
|
|||
* Streaming progress virtual table lock contention can trigger TCP_USER_TIMEOUT and fail streaming (CASSANDRA-18110)
|
||||
* Fix perpetual load of denylist on read in cases where denylist can never be loaded (CASSANDRA-18116)
|
||||
Merged from 4.0:
|
||||
* Update zstd-jni to version 1.5.4-1 (CASSANDRA-18259)
|
||||
* Split and order IDEA workspace template VM_PARAMETERS (CASSANDRA-18242)
|
||||
* Log warning message on aggregation queries without key or on multiple keys (CASSANDRA-18219)
|
||||
* Fix the output of FQL dump tool to properly separate entries (CASSANDRA-18215)
|
||||
|
|
|
|||
|
|
@ -518,7 +518,7 @@
|
|||
<dependency groupId="org.xerial.snappy" artifactId="snappy-java" version="1.1.8.4"/>
|
||||
<dependency groupId="org.lz4" artifactId="lz4-java" version="1.8.0"/>
|
||||
<dependency groupId="com.ning" artifactId="compress-lzf" version="0.8.4" scope="provided"/>
|
||||
<dependency groupId="com.github.luben" artifactId="zstd-jni" version="1.5.0-4"/>
|
||||
<dependency groupId="com.github.luben" artifactId="zstd-jni" version="1.5.4-1"/>
|
||||
<dependency groupId="com.google.guava" artifactId="guava" version="27.0-jre">
|
||||
<exclusion groupId="com.google.code.findbugs" artifactId="jsr305" />
|
||||
<exclusion groupId="org.codehaus.mojo" artifactId="animal-sniffer-annotations" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue