mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.0' into trunk
This commit is contained in:
commit
1a99801610
21
NEWS.txt
21
NEWS.txt
|
|
@ -43,20 +43,6 @@ Upgrading
|
|||
behavior) and 1.0 omits everything.
|
||||
|
||||
|
||||
2.0.2
|
||||
=====
|
||||
|
||||
New features
|
||||
------------
|
||||
- A new CQLSSTableWriter class has been added. It is the equivalent of
|
||||
the existing SSTableSimpleWriter/SSTableSimpleUnsortedWriter but is
|
||||
CQL oriented.
|
||||
|
||||
Upgrading
|
||||
---------
|
||||
- Nodetool defaults to Sequential mode for repair operations
|
||||
|
||||
|
||||
2.0.2
|
||||
=====
|
||||
|
||||
|
|
@ -74,6 +60,13 @@ New features
|
|||
- New replace_address to supplant the (now removed) replace_token and
|
||||
replace_node workflows to replace a dead node in place. Works like the
|
||||
old options, but takes the IP address of the node to be replaced.
|
||||
- A new CQLSSTableWriter class has been added. It is the equivalent of
|
||||
the existing SSTableSimpleWriter/SSTableSimpleUnsortedWriter but is
|
||||
CQL oriented.
|
||||
|
||||
Upgrading
|
||||
---------
|
||||
- Nodetool defaults to Sequential mode for repair operations
|
||||
|
||||
|
||||
2.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue