You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2010/08/01 06:07:16 UTC

svn commit: r981139 - in /cassandra/trunk: CHANGES.txt NEWS.txt

Author: eevans
Date: Sun Aug  1 04:07:16 2010
New Revision: 981139

URL: http://svn.apache.org/viewvc?rev=981139&view=rev
Log:
update {CHANGES,NEWS}.txt

Patch by eevans for CASSANDRA-1066

Modified:
    cassandra/trunk/CHANGES.txt
    cassandra/trunk/NEWS.txt

Modified: cassandra/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/trunk/CHANGES.txt?rev=981139&r1=981138&r2=981139&view=diff
==============================================================================
--- cassandra/trunk/CHANGES.txt (original)
+++ cassandra/trunk/CHANGES.txt Sun Aug  1 04:07:16 2010
@@ -43,6 +43,8 @@ dev
  * keep persistent row size and column count statistics (CASSANDRA-1155)
  * add IntegerType (CASSANDRA-1282)
  * page within a single row during hinted handoff (CASSANDRA-1327)
+ * push DatacenterShardStrategy configuration into keyspace definition,
+   eliminating datacenter.properties. (CASSANDRA-1066)
 
 
 0.6.5

Modified: cassandra/trunk/NEWS.txt
URL: http://svn.apache.org/viewvc/cassandra/trunk/NEWS.txt?rev=981139&r1=981138&r2=981139&view=diff
==============================================================================
--- cassandra/trunk/NEWS.txt (original)
+++ cassandra/trunk/NEWS.txt Sun Aug  1 04:07:16 2010
@@ -47,6 +47,9 @@ Configuraton
       has been added.
     - RowWarningThresholdInMB replaced with in_memory_compaction_limit_in_mb
     - GCGraceSeconds is now per-ColumnFamily instead of global
+    - Configuration of DatacenterShardStrategy is now a part of the keyspace
+      definition using the strategy_options attribute.
+      The datacenter.properties file is no longer used.
 
 JMX
 ---