Skip to content

Conversation

@openshift-cherrypick-robot

This is an automated cherry-pick of #1797

/assign ironcladlou

Before this change, the quorum-guard `timeoutSeconds` and `failureThreshold` values were
left unspecified in the manifest, and were defaulted.

The default value for `timeoutSeconds` is 1, while the probe itself enforces a 2
second timeout. This means that in cases where the probe itself should succeed,
Kube will consider the probe failed because of the stricter timeout on the probe
specification.

The effect is the probe sporadically reports false negative outcomes.

This change increases the `timeoutSeconds` value to exceed the probe logic's
internal timeout so that the probe command is the source of truth with regards
to timeouts.

This change also makes the `failureThreshold` value explicit, but the default value
is preserved because I don't have a clear reason yet to change it.
@openshift-ci-robot
Copy link
Contributor

@openshift-cherrypick-robot: Bugzilla bug 1829923 has been cloned as Bugzilla bug 1845635. Retitling PR to link against new bug.
/retitle [release-4.4] Bug 1845635: Fix quorum-guard timeouts

Details

In response to this:

[release-4.4] Bug 1829923: Fix quorum-guard timeouts

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: openshift-cherrypick-robot
To complete the pull request process, please assign runcom
You can assign the PR to them by writing /assign @runcom in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot changed the title [release-4.4] Bug 1829923: Fix quorum-guard timeouts [release-4.4] Bug 1845635: Fix quorum-guard timeouts Jun 9, 2020
@openshift-ci-robot
Copy link
Contributor

@openshift-cherrypick-robot: This pull request references Bugzilla bug 1845635, which is invalid:

  • expected dependent Bugzilla bug 1829923 to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is MODIFIED instead
  • expected dependent Bugzilla bug 1829923 to target a release in 4.5.0, 4.5.z, but it targets "4.6.0" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

[release-4.4] Bug 1845635: Fix quorum-guard timeouts

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot openshift-ci-robot added bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Jun 9, 2020
@openshift-ci-robot
Copy link
Contributor

@openshift-cherrypick-robot: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-gcp-op 54ee4e2 link /test e2e-gcp-op

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@rphillips
Copy link
Contributor

/lgtm

@ironcladlou
Copy link
Contributor

This has a an indentation bug causing the change to silently fail, will open a new PR.

/close

@openshift-ci-robot
Copy link
Contributor

@ironcladlou: Closed this PR.

Details

In response to this:

This has a an indentation bug causing the change to silently fail, will open a new PR.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants