This is an automated email from the ASF dual-hosted git repository. netudima pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit e6064f11c1a961f9c10aabb15f1b8761b84f665a Merge: c59ae41217 e2dae5e7a0 Author: Dmitry Konstantinov <[email protected]> AuthorDate: Sun May 31 13:25:56 2026 +0100 Merge branch 'cassandra-6.0' into trunk * cassandra-6.0: Enable async GC logging for JDK versions which support it to avoid potential hiccups caused by GC log file I/O blocking CHANGES.txt | 1 + conf/jvm17-server.options | 6 ++++++ conf/jvm21-server.options | 6 ++++++ 3 files changed, 13 insertions(+) diff --cc CHANGES.txt index b4921b922a,db00600f5c..6716235022 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,8 -1,5 +1,9 @@@ -6.0-alpha2 +7.0 + * Avoid using ObjectUtils.getFirstNonNull in Schema (CASSANDRA-21394) + * Allow nodetool garbagecollect to take a user defined list of SSTables (CASSANDRA-16767) + * Add a guardrail for misprepared statements (CASSANDRA-21139) +Merged from 6.0: + * Enable async GC logging for JDK versions which support it to avoid potential hiccups caused by GC log file I/O blocking (CASSANDRA-21372) * Add rowsMutatedPerWriteHistogram metric to track rows mutated per write request (CASSANDRA-21320) * Add TotalRowsRead and TotalRowsMutated counters to TableMetrics for accurate per-table row throughput tracking (CASSANDRA-21321) * Move exception handling of SPI startup checks when iterating over them (CASSANDRA-21409) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
