From 3748bf7c2a135baab33ccd3b79db5f3fb9132995 Mon Sep 17 00:00:00 2001 From: Ariel Weisberg Date: Tue, 28 Feb 2017 17:56:24 -0500 Subject: [PATCH] Fix CHANGES.txt versions for CASSANDRA-13090. Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-13090. --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index b565acb707..e7e036774d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.2.10 + * Coalescing strategy sleeps too much (CASSANDRA-13090) * Make sure compaction stats are updated when compaction is interrupted (Backport from 3.0, CASSANDRA-12100) * Fix flaky LongLeveledCompactionStrategyTest (CASSANDRA-12202) * Fix failing COPY TO STDOUT (CASSANDRA-12497) @@ -8,7 +9,6 @@ Merged from 2.1: * Log stacktrace of uncaught exceptions (CASSANDRA-13108) 2.2.9 - * Coalescing strategy sleeps too much (CASSANDRA-13090) * Fix negative mean latency metric (CASSANDRA-12876) * Use only one file pointer when creating commitlog segments (CASSANDRA-12539) * Fix speculative retry bugs (CASSANDRA-13009)