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/04/25 18:22:36 UTC

[3/3] git commit: add 3912 to CHANGES, NEWS

add 3912 to CHANGES, NEWS


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

Branch: refs/heads/cassandra-1.1
Commit: cc68c49f47426dbd89bf869d9b3d10de6e78d2ca
Parents: 58dceaa
Author: Jonathan Ellis <jb...@apache.org>
Authored: Wed Apr 25 11:22:19 2012 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Wed Apr 25 11:22:19 2012 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/cc68c49f/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 6a7a67b..ad2e12e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 1.1.1-dev
+ * incremental repair by token range (CASSANDRA-3912)
  * streaming commitlog backup + pitr (CASSANDRA-3690)
  * avoid generating redundant compaction tasks during streaming
    (CASSANDRA-4174)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/cc68c49f/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 89af1ab..8c65101 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -16,6 +16,7 @@ Features
 --------
     - Continuous commitlog archiving and point-in-time recovery.
       See conf/commitlog_archiving.properties
+    - Incremental repair by token range, exposed over JMX
 
 
 1.1