[RELEASE] ScyllaDB Enterprise 2024.1.22

The ScyllaDB team is pleased to announce the release of ScyllaDB Enterprise 2024.1.22, a production-ready patch release for ScyllaDB Enterprise 2024.1 LTM Release.

Related Links

Bug Fixes

The following issues are fixed in this release.

Monitoring

Reliability

  • Issue: A recursive call within posix_server_socket_impl::accept() when handling inter-shard connections could lead to an unchecked stack overflow and node crash under certain high-load conditions.
    Fix: The underlying networking logic was fixed to remove the unbounded recursion, stabilizing the server under heavy connection volume.
    scylladb#28166