|
1 | | -6.0-alpha1 |
| 1 | +6.0-alpha2 |
2 | 2 | * Fix a removed TTLed row re-appearance in a materialized view after a cursor compaction (CASSANDRA-21152) |
3 | 3 | * Rework ZSTD dictionary compression logic to create a trainer per training (CASSANDRA-21209) |
| 4 | +Merged from 5.0: |
| 5 | + * Update cassandra-stress to support TLS 1.3 by default by auto-negotiation (CASSANDRA-21007) |
| 6 | +Merged from 4.1: |
| 7 | +Merged from 4.0: |
| 8 | + |
| 9 | + |
| 10 | +6.0-alpha1 |
4 | 11 | * Improve performance when calculating settled placements during range movements (CASSANDRA-21144) |
5 | 12 | * Make shadow gossip round parameters configurable for testing (CASSANDRA-21149) |
6 | 13 | * Avoid potential gossip thread deadlock during decommission (CASSANDRA-21143) |
@@ -324,6 +331,22 @@ Merged from 4.1: |
324 | 331 | * Fix ant generate-eclipse-files (CASSANDRA-21215) |
325 | 332 | * Disk usage guardrail cannot be disabled when failure threshold is reached (CASSANDRA-21057) |
326 | 333 | * ReadCommandController should close fast to avoid deadlock when building secondary index (CASSANDRA-19564) |
| 334 | + * Disk usage guardrail cannot be disabled when failure threshold is reached (CASSANDRA-21057) |
| 335 | + * ReadCommandController should close fast to avoid deadlock when building secondary index (CASSANDRA-19564) |
| 336 | + * Redact security-sensitive information in system_views.settings (CASSANDRA-20856) |
| 337 | + * Improve CommitLogSegmentReader to skip SyncBlocks correctly in case of CRC errors (CASSANDRA-20664) |
| 338 | + * Do not crash on first boot with data_disk_usage_max_disk_size set when data directory is not created yet (CASSANDRA-20787) |
| 339 | + * Rework / simplification of nodetool get/setguardrailsconfig commands (CASSANDRA-20778) |
| 340 | + * IntrusiveStack.accumulate is not accumulating correctly (CASSANDRA-20670) |
| 341 | + * Add nodetool get/setguardrailsconfig commands (CASSANDRA-19552) |
| 342 | + * Fix mixed mode paxos ttl commit hang (CASSANDRA-20514) |
| 343 | + * Fix paxos mixed mode infinite loop (CASSANDRA-20493) |
| 344 | + * Optionally skip exception logging on invalid legacy protocol magic exception (CASSANDRA-19483) |
| 345 | + * Fix SimpleClient ability to release acquired capacity (CASSANDRA-20202) |
| 346 | + * Fix WaitQueue.Signal.awaitUninterruptibly may block forever if invoking thread is interrupted (CASSANDRA-20084) |
| 347 | + * Run audit_logging_options through santiation and validation on startup (CASSANDRA-20208) |
| 348 | + * Enforce CQL message size limit on multiframe messages (CASSANDRA-20052) |
| 349 | + * Fix race condition in DecayingEstimatedHistogramReservoir during rescale (CASSANDRA-19365) |
327 | 350 | Merged from 4.0: |
328 | 351 | * Add option to disable cqlsh history (CASSANDRA-21180) |
329 | 352 | * Rate limit password changes (CASSANDRA-21202) |
@@ -408,24 +431,6 @@ Merged from 4.0: |
408 | 431 | * Deprecate and ignore use_deterministic_table_id (CASSANDRA-19809) |
409 | 432 | * Prioritize built indexes in IndexStatusManager (CASSANDRA-19400) |
410 | 433 | * Add java.base/java.lang.reflect among opens for jvm11-client.options (CASSANDRA-19780) |
411 | | -Merged from 4.1: |
412 | | - * Disk usage guardrail cannot be disabled when failure threshold is reached (CASSANDRA-21057) |
413 | | - * ReadCommandController should close fast to avoid deadlock when building secondary index (CASSANDRA-19564) |
414 | | - * Redact security-sensitive information in system_views.settings (CASSANDRA-20856) |
415 | | - * Improve CommitLogSegmentReader to skip SyncBlocks correctly in case of CRC errors (CASSANDRA-20664) |
416 | | - * Do not crash on first boot with data_disk_usage_max_disk_size set when data directory is not created yet (CASSANDRA-20787) |
417 | | - * Rework / simplification of nodetool get/setguardrailsconfig commands (CASSANDRA-20778) |
418 | | - * IntrusiveStack.accumulate is not accumulating correctly (CASSANDRA-20670) |
419 | | - * Add nodetool get/setguardrailsconfig commands (CASSANDRA-19552) |
420 | | - * Fix mixed mode paxos ttl commit hang (CASSANDRA-20514) |
421 | | - * Fix paxos mixed mode infinite loop (CASSANDRA-20493) |
422 | | - * Optionally skip exception logging on invalid legacy protocol magic exception (CASSANDRA-19483) |
423 | | - * Fix SimpleClient ability to release acquired capacity (CASSANDRA-20202) |
424 | | - * Fix WaitQueue.Signal.awaitUninterruptibly may block forever if invoking thread is interrupted (CASSANDRA-20084) |
425 | | - * Run audit_logging_options through santiation and validation on startup (CASSANDRA-20208) |
426 | | - * Enforce CQL message size limit on multiframe messages (CASSANDRA-20052) |
427 | | - * Fix race condition in DecayingEstimatedHistogramReservoir during rescale (CASSANDRA-19365) |
428 | | -Merged from 4.0: |
429 | 434 | * Obsolete expired SSTables before compaction starts (CASSANDRA-19776) |
430 | 435 | * Switch lz4-java to at.yawk.lz4 version due to CVE (CASSANDRA-21052) |
431 | 436 | * Restrict BytesType compatibility to scalar types only (CASSANDRA-20982) |
|
0 commit comments