Author: gdusbabek
Date: Wed Apr 14 20:01:38 2010
New Revision: 934165
URL: http://svn.apache.org/viewvc?rev=934165&view=rev
Log:
added notes about changes for CASSANDRA-44.
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=934165&r1=934164&r2=934165&view=diff
==============================================================================
--- cassandra/trunk/CHANGES.txt (original)
+++ cassandra/trunk/CHANGES.txt Wed Apr 14 20:01:38 2010
@@ -7,6 +7,7 @@ dev
* add ReadRepairChance to CF definition (CASSANDRA-930)
* fix heisenbug in system tests, especially common on OS X (CASSANDRA-944)
* convert to byte[] keys internally and all public APIs (CASSANDRA-767)
+ * ability to alter schema definitions on a live cluster (CASSANDRA-44)
0.6.1
Modified: cassandra/trunk/NEWS.txt
URL:
http://svn.apache.org/viewvc/cassandra/trunk/NEWS.txt?rev=934165&r1=934164&r2=934165&view=diff
==============================================================================
--- cassandra/trunk/NEWS.txt (original)
+++ cassandra/trunk/NEWS.txt Wed Apr 14 20:01:38 2010
@@ -5,6 +5,14 @@ Configuraton
------------
- The ThriftAddress and ThriftPort directives have been renamed to
RPCAddress and RPCPort respectively.
+ - The keyspaces defined in storage-conf.xml are ignored on startup as a
+ result of CASSANDRA-44. A JMX method has been exposed in the
+ StorageServiceMBean to force a schema load from storage-conf.xml. It
+ is a one-shot affair though and you should conduct it on a seed node
+ before other nodes. Subsequent restarts will load the schema from the
+ system table and attempts to load the schema from XML will be ignored.
+ You shoud only have to do this for one node since new nodes will receive
+ schema updates on startup from the seed node you updated manually.
Thrift API
----------