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 2013/05/17 15:36:23 UTC

git commit: update CHANGES, NEWS for triggers

Updated Branches:
  refs/heads/trunk 410142b06 -> 25ae349c6


update CHANGES, NEWS for triggers


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

Branch: refs/heads/trunk
Commit: 25ae349c67f8405c718b12583978f11b2a0cc177
Parents: 410142b
Author: Jonathan Ellis <jb...@apache.org>
Authored: Fri May 17 08:36:18 2013 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Fri May 17 08:36:18 2013 -0500

----------------------------------------------------------------------
 CHANGES.txt |    1 +
 NEWS.txt    |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/25ae349c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 8d1410e..2dcca0d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.0
+ * Experimental triggers (CASSANDRA-1311)
  * JEMalloc support for off-heap allocation (CASSANDRA-3997)
  * Single-pass compaction (CASSANDRA-4180)
  * Removed token range bisection (CASSANDRA-5518)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/25ae349c/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 7116a6b..15fd89e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -60,6 +60,10 @@ Features
     - Alias support has been added to CQL3 SELECT statement. Refer to
       CQL3 documentation (http://cassandra.apache.org/doc/cql3/CQL.html) for details.
     - JEMalloc support (see memory_allocator in cassandra.yaml)
+    - Experimental triggers support.  See examples/ for how to use.  "Experimental"
+      means "tied closely to internal data structures; we plan to decouple this in
+      the future, which will probably break triggers written against this initial
+      API."
 
 
 1.2.5