mirror of https://github.com/apache/cassandra
added notes about changes for CASSANDRA-44.
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@934165 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a07e71cd1b
commit
5a5dde3253
|
|
@ -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
|
||||
|
|
|
|||
8
NEWS.txt
8
NEWS.txt
|
|
@ -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
|
||||
----------
|
||||
|
|
|
|||
Loading…
Reference in New Issue