mirror of https://github.com/apache/cassandra
Fix NEWS.txt entry
Patch by Alex Petrov; reviewed by Ekaterina Dimitrova for CASSANDRA-16217
This commit is contained in:
parent
732ac9ae0c
commit
79ea1e3736
4
NEWS.txt
4
NEWS.txt
|
|
@ -149,10 +149,6 @@ Upgrading
|
|||
- Timestamp ties between values resolve differently: if either value has a TTL,
|
||||
this value always wins. This is to provide consistent reconciliation before
|
||||
and after the value expires into a tombstone.
|
||||
- Cassandra 4.0 removed support for COMPACT STORAGE tables. All Compact Tables
|
||||
have to be migrated using `ALTER ... DROP COMPACT STORAGE` statement in 3.0/3.11.
|
||||
Cassandra starting 4.0 will not start if flags indicate that the table is non-CQL.
|
||||
Syntax for creating compact tables is also deprecated.
|
||||
- Support for legacy auth tables in the system_auth keyspace (users,
|
||||
permissions, credentials) and the migration code has been removed. Migration
|
||||
of these legacy auth tables must have been completed before the upgrade to
|
||||
|
|
|
|||
Loading…
Reference in New Issue