You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ca...@apache.org on 2016/05/16 20:49:26 UTC

[09/21] cassandra git commit: ninja changes for 10979

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-3.0
Commit: 6e6bde8ca2aad0357705f0c48595cbde4f3bc415
Parents: f5baa9c
Author: Carl Yeksigian <ca...@apache.org>
Authored: Mon May 16 16:43:56 2016 -0400
Committer: Carl Yeksigian <ca...@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)