[RELEASE] ScyllaDB Enterprise 2024.1.17

The ScyllaDB team announces ScyllaDB Enterprise 2024.1.17, a bug-fix production-ready patch release for ScyllaDB Enterprise 2024.1 Long Term Support (LTS) Release.

Note there is a later, better, LTS (Long term Support) Release 2025.1, and you are encouraged to upgrade to it.

Related Links

Fixed Issue with an open-source reference:

Correctness

  • compacting_reader: decorated-key passed by reference to the compactor is moved. The compactor might use this moved-from key later to obtain tombstone GC information, which will result in incorrect tombstone GC decisions and possibly data resurrection. #23291
  • Partitions are (temporarily) missing when combining range scans with SELECT DISTINCT or PER PARTITION LIMIT, and can result in omitting records from the table if they do read-repair. #20084

Stability

  • compaction_manager::drain should wait if stop_ongoing_compactions is already in progress #20197