The ScyllaDB team announces the release of Scylla Open Source 3.1.1, a bugfix release of the Scylla 3.1 stable branch. Scylla Open Source 3.1.1, like all past and future 3.x.y releases, is backward compatible and supports rolling upgrades.
The main issue fixed in this release is in the upgrade path from 3.0.x to 3.1.x. If using TTL, internode read or write requests between nodes of different releases fails (for example during a rolling upgrade) #4855
Note: if and only if you installed a fresh Scylla 3.1.0, you must add the following line to scylla.yaml of each node before upgrading to 3.1.1:
enable_3_1_0_compatibility_mode: true
This is not relevant if your cluster was upgraded to 3.1.0 from an older version, or you are upgrading from or to any other Scylla releases.
If you have doubts, please contact us using the user mailing list.
Related links:
- Scylla Open Source 3.1
- Get Scylla Open Source 3.1.1 – Docker, binary packages, and EC2 AMI
- Get started with Scylla
- Upgrade from Scylla Open Source 3.x.y to Scylla Open Source 3.x.z
- Upgrade from Scylla Open Source 2.3.x to 3.0.x
- Please let us know if you encounter any problems.
Other issues fixed in this release
- Stability: Fix of handling of schema alterations and evictions in the cache, which may result in a node crash #5127 #5128 #5134 #5135
The post Scylla Open Source Release 3.1.1 appeared first on ScyllaDB.