You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).