mirror of https://github.com/apache/cassandra
update NEWS.txt to warn users about risk of simultaneously creating CFs on different nodes before version 1.2
This commit is contained in:
parent
cf9a581bf7
commit
a7277178a1
6
NEWS.txt
6
NEWS.txt
|
|
@ -68,8 +68,10 @@ Upgrading
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
- Concurrent schema updates are now supported, with any conflicts
|
- Concurrent schema updates are now supported, with any conflicts
|
||||||
automatically resolved. This makes temporary columnfamilies and
|
automatically resolved. Please note that simultaneously running
|
||||||
other uses of dynamic schema appropriate to use in applications.
|
‘CREATE COLUMN FAMILY’ operation on the different nodes wouldn’t
|
||||||
|
be safe until version 1.2 due to the nature of ColumnFamily
|
||||||
|
identifier generation, for more details see CASSANDRA-3794.
|
||||||
- The CQL language has undergone a major revision, CQL3, the
|
- The CQL language has undergone a major revision, CQL3, the
|
||||||
highlights of which are covered at [1]. CQL3 is not
|
highlights of which are covered at [1]. CQL3 is not
|
||||||
backwards-compatibile with CQL2, so we've introduced a
|
backwards-compatibile with CQL2, so we've introduced a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue