The ScyllaDB team announces the release of ScyllaDB Open Source 2.3.5, a bugfix release of the ScyllaDB Open Source 2.3 stable branch. ScyllaDB Open Source Release 2.3.5, like all past and future 2.3.y releases, is backward compatible and supports rolling upgrades.
Note that the latest stable branch of ScyllaDB Open Source is release 3.0; you are encouraged to upgrade to it.
Related links:
- Get ScyllaDB 2.3.5 – Docker, binary packages (under “More Versions”)
- Get started with ScyllaDB
- Upgrade from 2.x.y to 2.x.z
- Upgrade from 2.3.x to 3.x
- Please let us know if you encounter any problems.
Issues solved in this release:
- Running scylla_setup on CentOS 7, resulted with ScyllaDB setup failed for `
ImportError: No module named 'yaml'
`. The root cause is a change in EPEL that broke the scylla_setup Python Script #4379 - nodetool cleanup may double the used disk space while running #3735
- Schema change statements can be delayed indefinitely when there are constant schema pulls #4436
- Serialization of decimal and variant data types to JSON (in
SELECT JSON
statements) can cause an exception on the client side #4348 - row_cache: potential abort when populating cache concurrently with MemTable flush #4236