From 51780266e70738e725a1a749324b93c74d492ea3 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Sun, 1 Aug 2010 04:07:16 +0000 Subject: [PATCH] update {CHANGES,NEWS}.txt Patch by eevans for CASSANDRA-1066 git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@981139 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 ++ NEWS.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index aa377c89b5..2ba8e29ca4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/NEWS.txt b/NEWS.txt index ffe6baacb9..6623cae089 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -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 ---