a1exsh

Results 49 issues of a1exsh

This will be useful for automating upgrade of major version.

Keytool started to produce a warning about use of proprietary keystore format: ``` Warning: The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is...

The current readme is way too long, though it has some basic structure.

Since introduction of AUTO_BOOTSTRAP parameter, it is no longer safe to blindly follow the documented "Scale out" procedure. We should have a dedicated subcommand to add a node to the...

When prompting to update a node, we could show the current compaction tasks so that the operator can decide to either proceed with updating or skip the node and let...

enhancement

Currently fullstop will create violations of type `APPLICATION_VERSION_DOES_NOT_HAVE_A_VALID_ARTIFACT` if it scans a Cassandra cluster which was updated to use a newer docker image version.

This would allow us to improve monitoring.

Let's try to set the admin password in a different way that doesn't spam the logs on every start with these: ``` Connection error: ('Unable to connect to any servers',...

Currently the create_cluster code selects seed nodes from the lowest private IP addresses, and update_cluster sorts the instances to update by private IP. The overall effect is that when performing...

Due to change in data directory layout in older versions of planb-cassandra, while updating the docker image a node may lose its system keyspace. What happens in this case is...