mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-5.0' into trunk
This commit is contained in:
commit
b50152af22
13
CHANGES.txt
13
CHANGES.txt
|
|
@ -309,6 +309,19 @@ Merged from 5.0:
|
|||
* Correctly calculate default for FailureDetector max interval (CASSANDRA-21025)
|
||||
* Adding missing configs in system_views.settings to be backward compatible (CASSANDRA-20863)
|
||||
* Heap dump should not be generated on handled exceptions (CASSANDRA-20974)
|
||||
Merged from 4.1:
|
||||
* Fix ant generate-eclipse-files (CASSANDRA-21215)
|
||||
* Disk usage guardrail cannot be disabled when failure threshold is reached (CASSANDRA-21057)
|
||||
* ReadCommandController should close fast to avoid deadlock when building secondary index (CASSANDRA-19564)
|
||||
Merged from 4.0:
|
||||
* Obsolete expired SSTables before compaction starts (CASSANDRA-19776)
|
||||
* Switch lz4-java to at.yawk.lz4 version due to CVE (CASSANDRA-21052)
|
||||
* Restrict BytesType compatibility to scalar types only (CASSANDRA-20982)
|
||||
* Backport fix to nodetool gcstats output for direct memory (CASSANDRA-21037)
|
||||
* ArrayIndexOutOfBoundsException with repaired data tracking and counters (CASSANDRA-20871)
|
||||
* Fix cleanup of old incremental repair sessions in case of owned token range changes or a table deleting (CASSANDRA-20877)
|
||||
* Fix memory leak in BufferPoolAllocator when a capacity needs to be extended (CASSANDRA-20753)
|
||||
* Updated dtest-api to 0.0.18 and removed JMX-related classes that now live in the dtest-api (CASSANDRA-20884)
|
||||
* Fix range queries on early-open BTI files (CASSANDRA-20976)
|
||||
* Avoid re-initializing underlying iterator in LazilyInitializedUnfilteredRowIterator after closing (CASSANDRA-20972)
|
||||
* Flush SAI segment builder when current SSTable writer is switched (CASSANDRA-20752)
|
||||
|
|
|
|||
|
|
@ -2190,7 +2190,7 @@
|
|||
</path>
|
||||
<pathconvert property="eclipse-libs-list" refid="eclipse-project-libs-path" pathsep="${line.separator}">
|
||||
<mapper>
|
||||
<regexpmapper from="^(.*)$$" to='<classpathentry kind="lib" path="\1\" \/>'/>
|
||||
<regexpmapper from="^(.*)$$" to='<classpathentry kind="lib" path="\1" />'/>
|
||||
</mapper>
|
||||
</pathconvert>
|
||||
<property name="eclipse-project-libs" refid="eclipse-project-libs-path"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue