The Scylla team is pleased to announce the release of Scylla Manager 1.4.1.
Scylla Manager is a management system that automates maintenance tasks on a Scylla cluster.
Release 1.4.1 is a bug fix release of the Scylla Manager 1.4 release.
Related Links
- Download Scylla Manager for Scylla Enterprise Customers
- Download Scylla Manager for Scylla Open Source Users – limit 5 nodes users.
- Scylla Manager 1.4 Docs
- Scylla Manager 1.4 Highlights
- Upgrade from Scylla Manager 1.3 to Scylla Manager 1.4
Bugs fixed in this release:
1. Restore of the fallback to node IP logic for cases where remote dial to 0.0.0.0:10000 fails.
This error manifests for users upgrading from Scylla Manager 1.3, with the following error
Error: API error (status 400)
{
"message": "host connectivity check failed",
"trace_id": "mHpyXsvFT825PURpruaAJg"
}
2. Check if keyspace exists prior to creation for users that want to use cql users with limited privileges. By default, Scylla Manager creates keyspace and tables for its own use on the backend-storage Scylla DB. Before this fix, a failure to create this keyspace caused Manager to hang for a long time.
The post Scylla Manager 1.4.1 Release Announcement appeared first on ScyllaDB.