Merge branch 'cassandra-3.0' into cassandra-3.1

This commit is contained in:
Marcus Eriksson 2015-11-20 12:04:30 +01:00
commit d7138f1511
1 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,10 @@ Operations
New features
------------
- Time windows in DTCS are now limited to 1 day by default to be able to
handle bootstrap and repair in a better way. To get the old behaviour,
increase max_window_size_seconds.
- DTCS option max_sstable_age_days is now deprecated and defaults to 1000 days.
- Native protocol server now allows both SSL and non-SSL connections on
the same port.