You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2012/01/11 18:57:28 UTC

git commit: Also mention 2749

Updated Branches:
  refs/heads/trunk 5ad45de6d -> f601dbfdf


Also mention 2749


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

Branch: refs/heads/trunk
Commit: f601dbfdf40b2e95622e5a1296e50dd043a4c83a
Parents: 5ad45de
Author: Brandon Williams <br...@apache.org>
Authored: Wed Jan 11 11:50:03 2012 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Wed Jan 11 11:50:03 2012 -0600

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f601dbfd/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 074f856..493bb6a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -51,6 +51,8 @@ Features
       a single row have always been *atomic* (either all will be applied,
       or none) thanks to the CommitLog, but until 1.1 they were not *isolated*
       -- a reader may see mixed old and new values while the update happens.
+    - Finer-grained control over data directories, allowing a ColumnFamily to
+      be pinned to specfic media.
     - Hadoop: a new BulkOutputFormat is included which will directly write
       SSTables locally and then stream them into the cluster.
     - The bulk loader is not longer a fat client; it can be run from an