ninja changes for 10979
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6e6bde8c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6e6bde8c Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/6e6bde8c Branch: refs/heads/cassandra-2.1 Commit: 6e6bde8ca2aad0357705f0c48595cbde4f3bc415 Parents: f5baa9c Author: Carl Yeksigian <c...@apache.org> Authored: Mon May 16 16:43:56 2016 -0400 Committer: Carl Yeksigian <c...@apache.org> Committed: Mon May 16 16:43:56 2016 -0400 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/6e6bde8c/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index e407140..68f8dd9 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)