You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by yu...@apache.org on 2015/11/12 16:45:51 UTC

[04/15] cassandra git commit: Add CASSANDRA-10079 change to CHANGES.txt

Add CASSANDRA-10079 change to CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9ab1c837
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9ab1c837
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/9ab1c837

Branch: refs/heads/cassandra-3.0
Commit: 9ab1c8372dc9da1e085120bd4377be74d0413759
Parents: 1c3ff92
Author: Yuki Morishita <yu...@apache.org>
Authored: Thu Nov 12 09:43:36 2015 -0600
Committer: Yuki Morishita <yu...@apache.org>
Committed: Thu Nov 12 09:43:36 2015 -0600

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/9ab1c837/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 92244a0..d0c0af9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.1.12
+ * Shutdown compaction in drain to prevent leak (CASSANDRA-10079)
  * Invalidate cache after stream receive task is completed (CASSANDRA-10341)
  * Reject counter writes in CQLSSTableWriter (CASSANDRA-10258)
  * Remove superfluous COUNTER_MUTATION stage mapping (CASSANDRA-10605)