Skip to content

Priam autoremediates dead Cassandra

Compare
Choose a tag to compare
@jolynch jolynch released this 06 Dec 23:46
· 397 commits to 3.x since this release
3f642c2

Bugs

  • None

New Features

  • Priam will now automatically restart Cassandra if it fails. If you use
    Priam to stop Cassandra (via the API) it will not automatically restart
    Cassandra until a subsequent start via the API. You can control this
    via the priam.remediate.dead.cassandra.rate configuration option. If
    negative it disables auto-remediation, if zero it immediately auto-remediates
    on any failure, and if a positive integer the auto-remediation waits for
    that number of seconds between restarts. The default is 360 seconds
    (one hour).

Breaking Changes

  • None