planb-cassandra
planb-cassandra copied to clipboard
Plan B Cassandra for STUPS/AWS with static IPs
Cassandra doesn't care if data directory isn't present, so it will happily create one and start, effectively losing existing data. We could check environment and refuse to start if it's...
A stop/start cycle would be enough for that. Not every change to user data can be handled like this, for example, docker image change will not take effect if we...
The current recommendation to set password to a random string you forget could be improved if version is 2.2 or newer.
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.
While updating AMI, the AMI check is done after the instance gets terminated. Checking the AMI would make sense to be done before instance termination. Please take a look also...
I am currently in the mood of spreading some love and some experience with setting up multi-region clusters. However, with Planb-Cassandra being currently dependent on Stups-tooling this becomes fairly difficult...
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...
Currently is nodes report that even one node is down, update and extend operations on cluster are disabled. However, in case of cluster migration to from internal setup to DMZ...