You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2015/05/12 21:05:18 UTC

cassandra git commit: add 9029 to changes.txt

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 8b5434f3d -> 19540f011


add 9029 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/19540f01
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/19540f01
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/19540f01

Branch: refs/heads/cassandra-2.1
Commit: 19540f0111fe58b390d16fb095abfc5f3bd4485f
Parents: 8b5434f
Author: T Jake Luciani <ja...@apache.org>
Authored: Tue May 12 15:05:09 2015 -0400
Committer: T Jake Luciani <ja...@apache.org>
Committed: Tue May 12 15:05:09 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/19540f01/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 934218b..1643f9c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.1.6
+ * Add utility class to support for rate limiting a given log statement (CASSANDRA-9029)
  * Add missing consistency levels to cassandra-stess (CASSANDRA-9361)
  * Fix commitlog getCompletedTasks to not increment (CASSANDRA-9339)
  * Fix for harmless exceptions logged as ERROR (CASSANDRA-8564)