Wait for schema agreement when bootstrapping

Patch by Blake Eggleston & Stefan Miklosovic;
Reviewed by Aleksey Yeschenko and Stefan Miklosovic for CASSANDRA-15158

Co-authored-by: Stefan Miklosovic <stefan.miklosovic@instaclustr.com>
This commit is contained in:
Blake Eggleston 2020-11-09 12:15:21 -08:00
parent a960d87e05
commit 0845008061
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
3.0.24:
* Wait for schema agreement when bootstrapping (CASSANDRA-15158)
* Fix invalid cell value skipping when reading from disk (CASSANDRA-16223)
* Prevent invoking enable/disable gossip when not in NORMAL (CASSANDRA-16146)