ninja: add missing CHANGES.txt for CASSANDRA-20081

This commit is contained in:
Maxwell Guo 2026-01-27 19:26:36 +08:00
parent 21c4726b57
commit aa3451c55b
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
5.1
* Enhance nodetool compactionhistory to report more compaction properities (CASSANDRA-20081)
* Fix initial auto-repairs skipped by too soon check (CASSANDRA-21115)
* Add configuration to disk usage guardrails to stop writes across all replicas of a keyspace when any node replicating that keyspace exceeds the disk usage failure threshold. (CASSANDRA-21024)
* BETWEEN where token(Y) > token(Z) returns wrong answer (CASSANDRA-20154)