You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/09/24 17:47:47 UTC

[4/9] git commit: fix CHANGES for #4708

fix CHANGES for #4708


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

Branch: refs/heads/trunk
Commit: 4f51c70e12754b03f3af5188875ddded49c84e4c
Parents: cad3237
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Sep 24 10:46:25 2012 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Sep 24 10:46:25 2012 -0500

----------------------------------------------------------------------
 CHANGES.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/4f51c70e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 44db06e..884eaba 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,6 @@
 1.0.12
  * Switch from NBHM to CHM in MessagingService's callback map, which
+   prevents OOM in long-running instances (CASSANDRA-4708)
  * increase Xss to 160k to accomodate latest 1.6 JVMs (CASSANDRA-4602)
  * fix toString of hint destination tokens (CASSANDRA-4568)
  * (Hadoop) fix setting key length for old-style mapred api (CASSANDRA-4534)