mirror of https://github.com/apache/cassandra
metadata update. patch by gdusbabek, reviewed by brandonwilliams. CASSANDRA-1949
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1067977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
75148e12e9
commit
326dd16e0a
|
|
@ -6,6 +6,7 @@
|
|||
* configurable internode encryption (CASSANDRA-1567)
|
||||
* human readable column names in sstable2json output (CASSANDRA-1933)
|
||||
* change default JMX port to 7199 (CASSANDRA-2027)
|
||||
* backwards compatible internal messaging (CASSANDRA-1015)
|
||||
|
||||
|
||||
0.7.1
|
||||
|
|
|
|||
3
NEWS.txt
3
NEWS.txt
|
|
@ -7,6 +7,9 @@ Upgrading
|
|||
moved from org.apache.cassandra.avro to org.apache.cassandra.hadoop.avro,
|
||||
applications using these classes will need to be updated accordingly.
|
||||
|
||||
Upgrading from version 0.7.1 or later can be done with a rolling restart,
|
||||
one node at a time. You do not need to bring down the whole cluster.
|
||||
|
||||
Other
|
||||
-----
|
||||
In the past, sstable2json would write column names and values as hex
|
||||
|
|
|
|||
Loading…
Reference in New Issue