[RELEASE] ScyllaDB Enterprise 2024.1.2

The ScyllaDB team announces ScyllaDB Enterprise 2024.1.2, a bug-fix production-ready ScyllaDB Enterprise patch release for ScyllaDB Enterprise 2024.1 LTS Release.

2024.1.2 patch release includes multiple minor bug fixes.

Related Links

The following issues are fixed in this release (with an open-source reference, if available):

  • cdc: allow sending writes to the previous generation for some time after switching #7251, #15260. The previous bypass for this issue, retry the request, does not work when using LWT and CDC on the same table. The issue can appear both in CQL CDC and Alternator (Amazon DynamoDB compatible API) Streams.

  • Stability: throughput_limits_test.TestCompactionLimitThroughput.test_can_limit_compaction_throughput is flakey #15721. The root cause is race conditions during server shutdown, between compaction and closing compaction_history table.

  • Stability: query_tombstone_page_limit applies to unpaged queries, while it should not #17241

  • MV Correctness: in some cases, like one base table with many views, updates to MV might be lost. In one example range tombstones made the issue appears earlier #17117