Skip to content
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

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

zimnx
Copy link
Collaborator

@zimnx zimnx commented Nov 22, 2021

Related to #844

@zimnx zimnx added the kind/bug Categorizes issue or PR as related to a bug. label Nov 22, 2021
@zimnx zimnx added this to the v1.6 milestone Nov 22, 2021
@zimnx zimnx requested a review from tnozicka November 22, 2021 10:25
Copy link
Member

@tnozicka tnozicka left a 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

@zimnx
Copy link
Collaborator Author

zimnx commented Nov 22, 2021

let's raise startup probe as well

done

tnozicka
tnozicka previously approved these changes Nov 22, 2021
Copy link
Member

@tnozicka tnozicka left a 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
Copy link
Member

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.

@tnozicka tnozicka merged commit 2b99dca into scylladb:master Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants