-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase Scylla probes timeout to 30s #845
Conversation
a7dd8dd
to
ce36a23
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's raise startup probe as well
ce36a23
to
057a17e
Compare
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgmt
@@ -342,7 +344,9 @@ func StatefulSetForRack(r scyllav1.RackSpec, c *scyllav1.ScyllaCluster, existing | |||
}, | |||
}, | |||
LivenessProbe: &corev1.Probe{ | |||
TimeoutSeconds: int32(5), | |||
// TODO: temporarily increase timeout from 5s to 30s to survive node overload |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: the TODO should say what needs to be done in the future. Like TODO: Lower the timeout when we fix probe timeouts. We have temporarily increased the timeout not to kill nodes when under load.
The issue that is reverenced should have a clear action item to remove this TODO
and lower the timeout.
057a17e
to
7937dc1
Compare
Related to #844