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
- The
install-dependencies.shscript has been updated to usenode_exporterversion 1.10.2, which is compiled with new Golang.
scylladb#26950, scylla-enterprise#5740
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