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 c9d468bf3c782ce267124591fad4604057d446b3 Merge: a84647c6c7 88aa5b6807 Author: Dmitry Konstantinov <[email protected]> AuthorDate: Mon Jun 8 23:06:33 2026 +0100 Merge branch 'cassandra-6.0' into trunk * cassandra-6.0: SEPExecutor.maybeExecuteImmediately does not always execute tasks immediately despite available worker capacity CHANGES.txt | 1 + .../apache/cassandra/concurrent/SEPExecutor.java | 29 ++++++---------------- 2 files changed, 8 insertions(+), 22 deletions(-) diff --cc CHANGES.txt index 157af6750a,86f663dfdf..6a287b842a --- 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: + * SEPExecutor.maybeExecuteImmediately does not always execute tasks immediately despite available worker capacity (CASSANDRA-21429) * Safely regain ranges and delete retired command stores (CASSANDRA-21212) * Reduce memory allocations in miscellaneous places along read path (CASSANDRA-21360) * Avoid ByteBuffer wrapping in cql3.selection.Selector.InputRow to reduce memory allocation rate (CASSANDRA-21362) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
