ScyllaDB Manager 1.4.1

The ScyllaDB team is pleased to announce the release of ScyllaDB Manager 1.4.1.

ScyllaDB Manager is a management system that automates maintenance tasks on a ScyllaDB cluster.

Release 1.4.1 is a bug fix release of the ScyllaDB Manager 1.4 release.

Related Links

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 ScyllaDB 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, ScyllaDB Manager creates keyspace and tables for its own use on the backend-storage ScyllaDB DB. Before this fix, a failure to create this keyspace caused Manager to hang for a long time.

21 Jun 2019