From 6e6bde8ca2aad0357705f0c48595cbde4f3bc415 Mon Sep 17 00:00:00 2001 From: Carl Yeksigian Date: Mon, 16 May 2016 16:43:56 -0400 Subject: [PATCH] ninja changes for 10979 --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index e4071400f3..68f8dd93da 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,8 @@ 2.1.14 + * Start L0 STCS-compactions even if there is a L0 -> L1 compaction + going (CASSANDRA-10979) * (cqlsh) Fix potential COPY deadlock when parent process is terminating child processes (CASSANDRA-11505) * Replace sstables on DataTracker before marking them as non-compacting during anti-compaction (CASSANDRA-11548)